Country
CountryFNDA nation-state or recognized political territory in which legal entities are domiciled and instruments are issued or listed.
Datasets representing this concept
1 dataset| Dataset | Role | Pure |
|---|---|---|
| country | primary | Pure Model -> |
Pure Class
FIBO-grounded class definition for this concept: properties, multiplicities, and source-column annotations. Per-dataset Mapping and Table blocks live on each dataset's Pure Model tab.
<<Lineage.parquetBacked>>
{Lineage.parquetPath = 'out/parquet/country.parquet', Lineage.fiboModule = 'FND', Lineage.fiboConcept = 'Country', Lineage.datasetTitle = 'Countries'}
// Master list of countries used as jurisdictions of incorporation, listing, and reporting.
Class fibo::fnd::Country
{
// ISO3166CountryCode: Two- or three-letter code that uniquely identifies a country under ISO 3166-1.
countryCode : String[1];
// ISO3166CountryCode: Two- or three-letter code that uniquely identifies a country under ISO 3166-1.
countryCode3 : String[1];
// Country: A nation-state or recognized political territory in which legal entities are domiciled and instruments are issued or listed.
name : String[1];
// Region: A grouping of countries (e.g., Americas, Europe, Asia) used for reporting exposures and concentrations.
region : String[1];
// Region: A grouping of countries (e.g., Americas, Europe, Asia) used for reporting exposures and concentrations.
subRegion : String[0..1];
}