TotalValue
/FundsXML4/Funds/Fund/SingleFund/ShareClasses/ShareClass/Portfolios/Portfolio/PositionsDecomposed/Positions/Position/TotalValue
Diagram
Documentation
Total value of position (including interests ...). Sum of all total values in fund currency must be equal to fund volume (total nav of fund)
Gesamtwert der Position (einschließlich Zinsen ...). Die Summe aller Gesamtwerte in Fondswährung muss dem Fondsvolumen (Gesamt-NAV des Fonds) entsprechen
Valeur totale de la position (y compris intérêts ...). La somme de toutes les valeurs totales en devise du fonds doit être égale au volume du fonds (NAV total du fonds)
Totale waarde van de positie (inclusief rente ...). Som van alle totale waarden in fondsvaluta moet gelijk zijn aan fondsvolume (totale NAV van het fonds)
Properties
- Type
- FundAmountType
- 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
- 12
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:decimal |
Amounts in currency as defined in attribute [AUTO] Betrag in frei wählbarer Währung Amounts dans devise comme défini dans attribut Amounts in valuta als gedefinieerd in attribuut |
364.20 |
Element Definition
Element Definition
<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="TotalValue"
type="FundAmountType">
<xs:annotation>
<xs:documentation xml:lang="en">Total value of position (including interests ...). Sum of all total values in fund currency must be equal to fund volume (total nav of fund)</xs:documentation>
<xs:documentation xml:lang="de">Gesamtwert der Position (einschließlich Zinsen ...). Die Summe aller Gesamtwerte in Fondswährung muss dem Fondsvolumen (Gesamt-NAV des Fonds) entsprechen</xs:documentation>
<xs:documentation xml:lang="fr">Valeur totale de la position (y compris intérêts ...). La somme de toutes les valeurs totales en devise du fonds doit être égale au volume du fonds (NAV total du fonds)</xs:documentation>
<xs:documentation xml:lang="nl">Totale waarde van de positie (inclusief rente ...). Som van alle totale waarden in fondsvaluta moet gelijk zijn aan fondsvolume (totale NAV van het fonds)</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(FundAmountType)
Referenced Type Definition (FundAmountType)
<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="FundAmountType">
<xs:annotation>
<xs:documentation xml:lang="en">Amount in different currencies with fund/subfund/shareclass currency indicators</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Betrag in verschiedenen Währungen mit Fund/Subfund/ShareClass-Währungskennzeichen</xs:documentation>
<xs:documentation xml:lang="fr">Montant dans different currencies avec fonds/subfund/shareclass devise indicators</xs:documentation>
<xs:documentation xml:lang="nl">Bedrag in different currencies met fonds/subfund/shareclass valuta indicators</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="Amount">
<xs:annotation>
<xs:documentation xml:lang="en">Amounts in currency as defined in attribute</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Betrag in frei wählbarer Währung</xs:documentation>
<xs:documentation xml:lang="fr">Amounts dans devise comme défini dans attribut</xs:documentation>
<xs:documentation xml:lang="nl">Amounts in valuta als gedefinieerd in attribuut</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:decimal">
<xs:attribute name="ccy" type="ISOCurrencyCodeType" use="required"/>
<xs:attribute name="isFundCcy" type="xs:boolean"/>
<xs:attribute name="isSubfundCcy" type="xs:boolean"/>
<xs:attribute name="isShareClassCcy" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>