Artefact:Model/org/oomodels/sandbox/business/datatypes/quantities/money/Currency

From OOModels
< Artefact:Model‎ | org‎ | oomodels‎ | sandbox‎ | business‎ | datatypes‎ | quantities‎ | money
Jump to navigationJump to search
Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)

Provides a sandbox for modelling.

It is intended to develop generalised, sufficiently abstract artefacts that can serve as common ground for more specific models.

create new pages

Description[edit]

According to ISO 4217 and Currency Sign

Code[edit]

Currency
«CoreClass, PreSet»
CodeString«»
ISO 4217 Code
NumberDecimal«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Number",
    de = "Nummer"
}
ISO 4217 Num
DecimalPlacesDecimal«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Decimal Places",
    de = "Nachkommastellen"
}
ISO 4217 E
NameString«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Name",
    de = "Bezeichnung"
}
SignString«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Sign",
    de = "Symbol"
}