XML Schema Documentation

Complex Type: Currency

[Table of contents]

Super-types: xsd:normalizedString < Currency (by extension)
Sub-types: None
Name Currency
Used by (from the same schema document) Complex Type AmountSchedule , Complex Type DividendConditions , Complex Type FxCashSettlement , Complex Type MoneyBase , Complex Type PaymentCurrency , Complex Type PricingStructure , Complex Type QuotedCurrencyPair , Complex Type QuotedCurrencyPair , Model Group SettlementAmountOrCurrency.model
Abstract no
Documentation The code representation of a currency or fund. By default it is a valid currency code as defined by the ISO standard 4217 - Codes for representation of currencies and funds http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html.
XML Instance Representation
<...
currencyScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="Currency">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="currencyScheme" type=" xsd:anyURI " default="http://www.fpml.org/ext/iso4217-2001-08-15"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>