BoughtAmount
/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/SegmentDynamicData/Portfolios/Portfolio/Transactions/Transaction/FxSpot/BoughtAmount
Diagram
Properties
- Type
- (anonymous)
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 15
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ISOCurrencyCodeType |
Currency code (ISO 4217) [AUTO] Währungscode (ISO 4217) Devise code (ISO 4217) Valuta code (ISO 4217) |
RZM | |
| xs:decimal |
Decimal value of the amount [AUTO] Dezimalwert des Betrags Decimal valeur de montant Decimal waarde van bedrag |
877.89 | |
| xs:boolean | false |
Element Definition
Element Definition
<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="BoughtAmount">
<xs:complexType>
<xs:complexContent>
<xs:extension base="SingleAmountType">
<xs:attribute name="isBaseCCY" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>