From 2d78a7951a151b984a60089b081d7f5ac74da8ec Mon Sep 17 00:00:00 2001 From: ajaits Date: Wed, 11 Oct 2023 08:33:56 -0700 Subject: [PATCH] Add schema for Figi code for companies PiperOrigin-RevId: 572584336 --- core/schema.mcf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/schema.mcf b/core/schema.mcf index 65c2bc066..6713404c8 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -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