-
Notifications
You must be signed in to change notification settings - Fork 69
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
validate representation of CrunchBase IPOs #1808
Comments
Please find below some quick comments from me - @ElisaKendall may give you a more comprehensive review:
Finally, could you publish in the gist some examples of the actual IPO data? |
Thanks @mereolog !
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty fibo-fnd-pty-rl:isPlayedBy ;
owl:someValuesFrom [ rdf:type owl:Restriction ;
owl:onProperty fibo-fnd-pty-pty:isAPartyTo ;
owl:someValuesFrom fibo-fbc-pas-fpas:Offering]]
Updated the model image and the gist: |
|
As for:
These two triples should do the trick:
|
As for the rest of your questions, you should contact get in touch with @ElisaKendall . |
@VladimirAlexiev Related to that, we don't have a reference ontology with all of the ticker symbols for any exchange (since there are over 7K exchanges), but we do have the latest ISO MIC codes as of the end of June (Q2 2022) - these are either operating level or market segment level codes. The class, MarketIdentifier captures both cases, but the codes themselves are in the FBC/FunctionalEntities/MarketsIndividuals ontology and they require the BusinessCentersIndividuals ontology (which says where they are located per whatever they reported to ISO). The only thing is that you need to know whether it is an operating level or segment level market. For IPOs in the US, for issuance of shares of stock, it is typically either the NYSE (Exchange - fibo-fbc-fct-mkti;Exchange-XNYS, MIC - fibo-fbc-fct-mkti;MIC-XNYS), or the Nasdaq (Exchange - fibo-fbc-fct-mkti;Exchange-XNAS, MIC - fibo-fbc-fct-mkti;MIC-XNAS). A given IPO will be in a specific market, such as the NYSE or Nasdaq in the US, so for the Crunchbase IPO you should be able to get all of those details from the exchange individual, e.g., fibo-fbc-fct-mkti;Exchange-XNAS, which will even tell you which municipality or in some cases FpML business center that the exchange is located in. For isRegisteredBy, the difference is whether it is registered by the official RA or by someone that they have delegated that role to. Typically for a security, the exchange is the registration authority. So in the individual you create for the exchange, add a triple saying that it is the registration authority and you are done. So for currency codes, what about using a property chain for hasCurrency --> isIdentifiedBy? You could then use the resulting code rather than the name for matching? We did that at Wells Fargo for a similar case, no problem. One other thing - you may be able to map at least some of the details to openFIGI (https://www.openfigi.com/) if you have the FIGI for the security. At least some of their symbology data is publicly available. And, some of the data related to the legal entity should be mappable to Open Corporates (https://opencorporates.com/companies?jurisdiction_code=&q=Crunchbase&utf8=%E2%9C%93), likely the Delaware corporation is the one doing the IPO, but you would have to confirm through the offering statement. Hope this helps - I'll keep checking back, and thanks @mereolog for your help with the other questions! Elisa |
Hi @ElisaKendall, thanks for the feedback!
Do you see any problems on the relations, or I got them right? BTW this mapping was done on request by @peio. |
@VladimirAlexiev There are example property chains in the FND/Parties/Parties ontology for a bunch of relationships that we use for linking counterparties up. If you follow the pattern there, you should end up with something like
We have all of the currencies and currency codes already in FIBO, so you may not need any additional nodes to do this. They are in the ISO 4217 ontology, but I'm assuming that you already knew that. This is getting much closer to what I would expect. We have some examples in SEC/Equities/EquitiesExampleIndividuals that provide some examples for alphabet and apple shares that might be useful for comparison if you haven't already looked there. They include properties for apple stock on multiple exchanges, and include that the listing is in USD so maybe those examples can provide some additional ideas. Let me know if you have other questions, and good luck! |
PS: did you write that RDF/XML by hand! I both admire and pity you :-) |
Could you please validate this representation of CrunchBase IPOs in FIBO?
The simplest representation is 1 node, this one in FIBO is 25 nodes:
I made a gist that describes the fields and shows the turtle model.
Thanks in advance! We at Ontotext plan to write a blog post about this experience
The text was updated successfully, but these errors were encountered: