Skip to content

Commit

Permalink
Add schema for Figi code for companies
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 572584336
  • Loading branch information
ajaits authored and copybara-github committed Oct 18, 2023
1 parent 52578df commit 8993271
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -11160,3 +11160,10 @@ name: "incorporatedInPlace"
description: "Place where a company was incorporated"
domainIncludes: dcs:Company
rangeIncludes: dcid:Place

Node: dcid:figi
typeOf: dcs:Property
name: "figi"
description: "Financial Instrument Global Identifier (FIGI) from OpenFIGI, an open system for identifying instruments globally across all asset classes. A FIGI is a 12 character, alphanumeric, randomly generated ID that covers hundreds of millions of active and inactive instruments that never changes once assigned."
domainIncludes: dcs:Company
rangeIncludes: dcid:Place

0 comments on commit 8993271

Please sign in to comment.