Business Calendar
BusinessCalendarFNDNamed calendar that defines which dates are business days for a particular venue or jurisdiction.
Datasets representing this concept
1 dataset| Dataset | Role | Pure |
|---|---|---|
| business_calendar | 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/business_calendar.parquet', Lineage.fiboModule = 'FND', Lineage.fiboConcept = 'BusinessCalendar', Lineage.datasetTitle = 'Business Calendars'}
// Named calendars defining business days for major financial venues and currency areas.
Class fibo::fnd::BusinessCalendar
{
// Identifier: A label assigned by an authority that uniquely refers to a thing (entity, instrument, account, etc.) within a given naming scheme.
calendarCode : String[1];
// ISO3166CountryCode: Two- or three-letter code that uniquely identifies a country under ISO 3166-1.
countryCode : String[1];
// BusinessCalendar: Named calendar that defines which dates are business days for a particular venue or jurisdiction.
name : String[1];
}