Slot: currency
ISO 4217 currency code (for example EUR, USD).
URI: pbs:currency
Applicable Classes
| Name |
Description |
Modifies Slot |
| CostRequirement |
Cost or budget requirement (unit-cost cap, total budget limit, etc.). |
no |
| CostRecord |
Cost record for estimation, catalog pricing, and calculation. Use cost_record_role to distinguish catalog cost/price (on Product) from project estimate/actual lines. Populate component_cost_items to act as an assembly (aggregated unit price). |
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://schema.pragmaticbim.ch
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://schema.pragmaticbim.ch
rank: 1000
domain_of:
- CostRequirement
- CostRecord
range: string
required: true
pattern: ^[A-Z]{3}$