-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Listed security is improperly inferred to be a listing #1244
Comments
No I think the Ticker identifies the Listing, i.e. the Security on a specific Exchange. |
I checked with Bruce, that's not the case. The listing provides the registration detail for the security, but is not the security. The ticker is an identifier for the security. He has one - he filed all of that with Nasdaq for his bank. |
That's what one of my early investors from Sandpiper also said - the ticker identifies the listed security, not the listing, which is a record that is maintained by the exchange about the listed security. |
The inferences were saying that the listing and listed security were the same thing, which I knew was wrong in any case. |
That sounds correct.
Sent from John's iPad
… On Dec 10, 2020, at 9:57 PM, Elisa Kendall ***@***.***> wrote:
That's what one of my early investors from Sandpiper also said - the ticker identifies the listed security, not the listing, which is a record that is maintained by the exchange about the listed security.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Seems to me a Ticker is like a product code at Amazon - it represents the product as available through Amazon. You could buy the identical product at Target too but there it has a different product code. Since we define ListedShare/Security as the instrument listed on MANY exchanges. Let's look at FIGI which is more precise. We have: which references: This represents the Offer, which is a real business thing, not some sort of "record". |
Back to the original bug, it's the restriction on ListedSecurity isIdentifiedBy TickerSymbol that's problematic. It should be a restriction on isListedVia some Listing. |
This is due, I think, because of a restriction on listed security that says it is identified by a ticker symbol, but a ticker symbol is asserted to identify a listing. This needs to be sorted out, as the references are circular at present.
The ticker symbol actually identifies the listed security, whereas the listing provides the registration details about the security. The ticker may or may not be used as a key into the registration information (i.e., the listing), so there may be an association, but it identifies the security.
The text was updated successfully, but these errors were encountered: