Skip to content

LeiCode

URI: gx:LeiCode

 classDiagram
    class LeiCode
    click LeiCode href "../LeiCode"
      RegistrationNumber <|-- LeiCode
        click RegistrationNumber href "../RegistrationNumber"

      LeiCode : countryCode




    LeiCode --> "0..1" CountryNameAlpha2 : countryCode
    click CountryNameAlpha2 href "../CountryNameAlpha2"


      LeiCode : leiCode




    LeiCode --> "1" String : leiCode
    click String href "../String"


      LeiCode : subdivisionCountryCode




    LeiCode --> "0..1" RegionCode : subdivisionCountryCode
    click RegionCode href "../RegionCode"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
leiCode 1
xsd:string
Unique LEI number as defined by https://www direct
countryCode 0..1
CountryNameAlpha2
The country where the LEI number is registered direct
subdivisionCountryCode 0..1
RegionCode
The country subdivision (state/region) where the LEI number is registered direct

Usages

used by used in type used
InternetServiceProvider registrationNumber any_of[range] LeiCode
DataProvider registrationNumber any_of[range] LeiCode
DataLicensor registrationNumber any_of[range] LeiCode
DataProducer registrationNumber any_of[range] LeiCode
DataConsumer registrationNumber any_of[range] LeiCode
Federator registrationNumber any_of[range] LeiCode
LegalPerson registrationNumber any_of[range] LeiCode

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#legal-person

LinkML Source

Direct

name: LeiCode
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
attributes:
  leiCode:
    name: leiCode
    description: Unique LEI number as defined by https://www.gleif.org.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    slot_uri: https_schema:leiCode
    identifier: true
    domain_of:
    - LeiCode
    range: string
    required: true
  countryCode:
    name: countryCode
    description: The country where the LEI number is registered.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    domain_of:
    - Address
    - VatID
    - LeiCode
    range: CountryNameAlpha2
  subdivisionCountryCode:
    name: subdivisionCountryCode
    description: The country subdivision (state/region) where the LEI number is registered.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    domain_of:
    - LeiCode
    range: RegionCode

Induced

name: LeiCode
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
attributes:
  leiCode:
    name: leiCode
    description: Unique LEI number as defined by https://www.gleif.org.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    slot_uri: https_schema:leiCode
    identifier: true
    alias: leiCode
    owner: LeiCode
    domain_of:
    - LeiCode
    range: string
    required: true
  countryCode:
    name: countryCode
    description: The country where the LEI number is registered.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    alias: countryCode
    owner: LeiCode
    domain_of:
    - Address
    - VatID
    - LeiCode
    range: CountryNameAlpha2
  subdivisionCountryCode:
    name: subdivisionCountryCode
    description: The country subdivision (state/region) where the LEI number is registered.
    from_schema: https://w3id.org/gaia-x/development#legal-person
    rank: 1000
    alias: subdivisionCountryCode
    owner: LeiCode
    domain_of:
    - LeiCode
    range: RegionCode