// OpenIM property graph — ISO GQL (ISO/IEC 39075) typed-property-graph schema. // Generated from model/relations.md + the OpenIM entity model. Do not edit by hand. CREATE GRAPH TYPE openim_graph AS { (: Entity { id :: STRING, name :: STRING, pack :: STRING, owning_service_domain :: STRING, fibo_class :: STRING, specialises :: STRING }), (: Entity)-[: Relationship { edge_id :: STRING, src :: STRING, dst :: STRING, rel_type :: STRING, cardinality :: STRING, kind :: STRING, inverse :: STRING, source_column :: STRING, discriminator :: STRING, discriminator_value :: STRING }]->(: Entity), // Every vocabulary verb as its own relationship type: (: Entity)-[: ACQUIRED_VIA]->(: Entity), (: Entity)-[: ADMINISTERED_BY]->(: Entity), (: Entity)-[: AGAINST_COMMITMENT]->(: Entity), (: Entity)-[: ANNEXED_TO]->(: Entity), (: Entity)-[: APPLIES_TO_PORTFOLIO]->(: Entity), (: Entity)-[: AT_MEETING]->(: Entity), (: Entity)-[: BELONGS_TO_FUND_PRODUCT]->(: Entity), (: Entity)-[: BENCHMARKED_TO]->(: Entity), (: Entity)-[: BOOKED_AS]->(: Entity), (: Entity)-[: BREACH_OF_LIMIT]->(: Entity), (: Entity)-[: CHILD_ORDER_OF]->(: Entity), (: Entity)-[: CLASSIFIED_AS]->(: Entity), (: Entity)-[: CLASSIFIED_AS_ASSET_CLASS]->(: Entity), (: Entity)-[: CLEARED_THROUGH]->(: Entity), (: Entity)-[: COLLATERALISED_BY]->(: Entity), (: Entity)-[: COMPUTED_PER_METRIC]->(: Entity), (: Entity)-[: CONSTITUENT_OF]->(: Entity), (: Entity)-[: CORRECTS]->(: Entity), (: Entity)-[: DELEGATES_TO]->(: Entity), (: Entity)-[: DETECTED_BY_MEASUREMENT]->(: Entity), (: Entity)-[: EXTRACTED_FROM]->(: Entity), (: Entity)-[: FOR_ALLOCATION]->(: Entity), (: Entity)-[: FOR_INVESTMENT]->(: Entity), (: Entity)-[: FOR_ORDER]->(: Entity), (: Entity)-[: FOR_PARTY]->(: Entity), (: Entity)-[: FROM_TRANSACTION]->(: Entity), (: Entity)-[: FUNDED_BY_PORTFOLIO]->(: Entity), (: Entity)-[: GOVERNED_BY_PLAN]->(: Entity), (: Entity)-[: HAS_AUTHORISED_PARTICIPANT]->(: Entity), (: Entity)-[: HAS_BORROWER]->(: Entity), (: Entity)-[: HAS_CLASSIFICATION_TYPE]->(: Entity), (: Entity)-[: HAS_CLASSIFICATION_VALUE]->(: Entity), (: Entity)-[: HAS_CLEARING_BROKER]->(: Entity), (: Entity)-[: HAS_CONCESSION_GRANTOR]->(: Entity), (: Entity)-[: HAS_CONTRACTOR]->(: Entity), (: Entity)-[: HAS_COUNTERPARTY]->(: Entity), (: Entity)-[: HAS_CUSTODIAN]->(: Entity), (: Entity)-[: HAS_DOCUMENT]->(: Entity), (: Entity)-[: HAS_FUND_ADMINISTRATOR]->(: Entity), (: Entity)-[: HAS_INVESTOR]->(: Entity), (: Entity)-[: HAS_PREDECESSOR_GP]->(: Entity), (: Entity)-[: HAS_SUBJECT]->(: Entity), (: Entity)-[: HAS_SUCCESSOR_GP]->(: Entity), (: Entity)-[: HAS_TARGET_PARTY]->(: Entity), (: Entity)-[: HAS_TENANT]->(: Entity), (: Entity)-[: HELD_BY]->(: Entity), (: Entity)-[: HELD_THROUGH_VEHICLE]->(: Entity), (: Entity)-[: HOLDS_INTEREST_IN]->(: Entity), (: Entity)-[: INCLUDES_GOAL]->(: Entity), (: Entity)-[: IN_FUND_FAMILY]->(: Entity), (: Entity)-[: IN_PORTFOLIO]->(: Entity), (: Entity)-[: ISSUED_BY]->(: Entity), (: Entity)-[: LENDS_POSITION]->(: Entity), (: Entity)-[: LINKED_TO_PORTFOLIO]->(: Entity), (: Entity)-[: LISTED_ON]->(: Entity), (: Entity)-[: MANAGED_BY]->(: Entity), (: Entity)-[: MANAGED_BY_GP]->(: Entity), (: Entity)-[: MEASURES_GOAL]->(: Entity), (: Entity)-[: OF_FUND]->(: Entity), (: Entity)-[: OF_SHARE_CLASS]->(: Entity), (: Entity)-[: ON_INSTRUMENT]->(: Entity), (: Entity)-[: ON_REAL_ASSET]->(: Entity), (: Entity)-[: ON_UNITHOLDING]->(: Entity), (: Entity)-[: ORIGINATED_BY]->(: Entity), (: Entity)-[: POSITION_IN]->(: Entity), (: Entity)-[: PROVIDED_BY]->(: Entity), (: Entity)-[: REFERENCES_BENCHMARK]->(: Entity), (: Entity)-[: RELATED_TO_PARTY]->(: Entity), (: Entity)-[: RESULTS_IN_INSTRUMENT]->(: Entity), (: Entity)-[: SPECIALISES]->(: Entity), (: Entity)-[: SUBFUND_OF]->(: Entity), (: Entity)-[: SUBSIDIARY_OF]->(: Entity), (: Entity)-[: SUB_PORTFOLIO_OF]->(: Entity), (: Entity)-[: SUCCEEDED_BY]->(: Entity), (: Entity)-[: SUPERSEDED_BY]->(: Entity), (: Entity)-[: UNDERLYING_INDEX_IS]->(: Entity), (: Entity)-[: UNDERLYING_IS]->(: Entity), (: Entity)-[: UNDER_AP_AGREEMENT]->(: Entity), (: Entity)-[: UNDER_CLEARING_RELATIONSHIP]->(: Entity), (: Entity)-[: UNDER_MASTER_AGREEMENT]->(: Entity), (: Entity)-[: UNDER_SCENARIO]->(: Entity), (: Entity)-[: UNDER_TERMS_VERSION]->(: Entity), (: Entity)-[: USES_BASKET]->(: Entity), (: Entity)-[: VALUATION_OF]->(: Entity), (: Entity)-[: VALUED_BY]->(: Entity), (: Entity)-[: VALUE_OF_TYPE]->(: Entity), (: Entity)-[: VIA_BROKER]->(: Entity), (: Entity)-[: VIA_INTERMEDIARY]->(: Entity) }