Slot: currency
ISO 4217 currency code (for example EUR, USD).
URI: pbs:currency
Alias: currency
Applicable Classes
| Name |
Description |
Modifies Slot |
| CostAssembly |
Aggregated unit price assembled from multiple cost items |
no |
| AbstractCostRecord |
Abstract base for reusable cost record fields shared by atomic and aggregated... |
no |
| CostItem |
Cost record used for estimation and calculation, optionally linked to quantit... |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| Required |
Yes |
| ### Value Constraints |
|
| Property |
Value |
| Regex Pattern |
^[A-Z]{3}$ |
Schema Source
- from schema: https://example.org/pragmatic-bim-data-contract
Mappings
| Mapping Type |
Mapped Value |
| self |
pbs:currency |
| native |
pbs:currency |
LinkML Source
name: currency
description: ISO 4217 currency code (for example EUR, USD).
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
alias: currency
domain_of:
- AbstractCostRecord
range: string
required: true
pattern: ^[A-Z]{3}$