IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.11.3.8 IfcMonetaryUnit

RV ⓘ
AbV ⓘ

8.11.3.8.1 Semantic definition

IfcMonetaryUnit is a unit to define currency for money.

8.11.3.8.2 Entity inheritance

8.11.3.8.3 Attributes

# Attribute Type Description
IfcMonetaryUnit (1)
1 Currency IfcLabel

Code or name of the currency. Permissible values are the three-letter alphabetic currency codes as per ISO 4217{ target="_top"}, for example CNY, EUR, GBP, JPY, USD.

Table 8.11.3.8.D

8.11.3.8.4 Examples

8.11.3.8.5 Formal representation

ENTITY IfcMonetaryUnit;
	Currency : IfcLabel;
END_ENTITY;

8.11.3.8.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.11.3.8.7 Changelog

8.11.3.8.7.1 IFC4

  • attribute Currency type, Changed from "IfcCurrencyEnum" to "IfcLabel"