IFC 4.3.0.0 (IFC4X3) final

8.11.3.8 IfcMonetaryUnit

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

8.11.3.8.7 Changelog

  • attributes Currency definition, Changed from IfcCurrencyEnum to IfcLabel