Price
/FundsXML4/Funds/Fund/SingleFund/ShareClasses/ShareClass/Prices/Price
Diagram
Documentation
Price data for a share class including NAV and subscription/redemption prices
[AUTO] Preisdaten für eine ShareClass einschließlich NAV und Zeichnungs-/Rücknahmepreise
Prix données pour un classe d'actions y compris NAV et souscription/rachat prices
Prijs gegevens voor een aandelenklasse inclusief NAV en inschrijving/inkoop prices
Properties
- Type
- ShareClassPriceType
- 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
- 8
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:string |
Operational code: Create(C), Modify(M) or Delete(D) [AUTO] Operationscode: Erstellen(C), Ändern(M) oder Löschen(D) Operational code: Create(C), Modify(M) ou Delete(D) Operational code: Create(C), Modify(M) van Delete(D) |
D | |
| xs:date |
Date of the calculated price per share if you don't know if it's the valuation price or calculation price [AUTO] Datum des berechneten Anteilspreises, wenn nicht bekannt ist, ob es sich um den Bewertungs- oder Berechnungspreis handelt Date de calculé prix per action si you don't know si it's évaluation prix ou calculation prix Datum van berekend prijs per aandeel als you don't know als it's waardering prijs van calculation prijs |
2021-08-24 | |
| xs:date |
Date when the price per share is calculated [AUTO] Datum, an dem der Anteilspreis berechnet wird Date quand prix per action est calculé Datum wanneer prijs per aandeel is berekend |
2023-10-02 | |
| xs:date |
Valuation date of the price per share. Indicates which valuation date for price calculation is used. [AUTO] Bewertungsdatum des Anteilspreises. Gibt an, welches Bewertungsdatum für die Preisberechnung verwendet wird. Évaluation date de prix per action. Indicates qui évaluation date pour prix calculation est used. Waardering datum van prijs per aandeel. Indicates welke waardering datum voor prijs calculation is used. |
2023-03-18 | |
| ISOCurrencyCodeType |
Currency of the calculated price (use the 3 characters ISO code 4217) [AUTO] Währung des berechneten Preises (3-stelliger ISO-Code 4217 verwenden) Devise de calculé prix (utiliser 3 characters ISO code 4217) Valuta van berekend prijs (gebruiken 3 characters ISO code 4217) |
CTE | |
| xs:string |
Information whether the calculated price is an official, estimated or technical price [AUTO] Information, ob es sich um einen offiziellen, geschätzten oder technischen Preis handelt Information whether calculé prix est un official, estimé ou technical prix Informatie whether berekend prijs is een official, geschat van technical prijs |
OFFICIAL | |
| xs:decimal |
Net Asset value calculated per share [AUTO] Berechneter Nettoinventarwert pro Anteil Net Actif valeur calculé per action Netto Actief waarde berekend per aandeel |
514.23 | |
| xs:decimal |
Subscription price per share [AUTO] Zeichnungspreis pro Anteil Souscription prix per action Inschrijving prijs per aandeel |
309.63 | |
| xs:decimal |
Redemption price per share [AUTO] Rücknahmepreis pro Anteil Rachat prix per action Inkoop prijs per aandeel |
235.41 | |
| OtherPricesType |
Additional price types [AUTO] Weitere Preisarten Supplémentaire prix types Aanvullend prijs types |
||
| xs:decimal |
Split factor in case of NAV split [AUTO] Splitfaktor bei einem NAV-Split Split factor dans case de NAV split Split factor in case van NAV split |
529.35 |
Element Definition
Element Definition
<xs:element 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"
maxOccurs="unbounded"
name="Price"
type="ShareClassPriceType"/>
Referenced Type Definition
(ShareClassPriceType)
Referenced Type Definition (ShareClassPriceType)
<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="ShareClassPriceType">
<xs:annotation>
<xs:documentation xml:lang="en">Price data for a share class including NAV and subscription/redemption prices</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Preisdaten für eine ShareClass einschließlich NAV und Zeichnungs-/Rücknahmepreise</xs:documentation>
<xs:documentation xml:lang="fr">Prix données pour un classe d'actions y compris NAV et souscription/rachat prices</xs:documentation>
<xs:documentation xml:lang="nl">Prijs gegevens voor een aandelenklasse inclusief NAV en inschrijving/inkoop prices</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ActionCode">
<xs:annotation>
<xs:documentation xml:lang="en">Operational code: Create(C), Modify(M) or Delete(D)</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Operationscode: Erstellen(C), Ändern(M) oder Löschen(D)</xs:documentation>
<xs:documentation xml:lang="fr">Operational code: Create(C), Modify(M) ou Delete(D)</xs:documentation>
<xs:documentation xml:lang="nl">Operational code: Create(C), Modify(M) van Delete(D)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="C"/>
<xs:enumeration value="D"/>
<xs:enumeration value="M"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NavDate" type="xs:date">
<xs:annotation>
<xs:documentation xml:lang="en">Date of the calculated price per share if you don't know if it's the valuation price or calculation price</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Datum des berechneten Anteilspreises, wenn nicht bekannt ist, ob es sich um den Bewertungs- oder Berechnungspreis handelt</xs:documentation>
<xs:documentation xml:lang="fr">Date de calculé prix per action si you don't know si it's évaluation prix ou calculation prix</xs:documentation>
<xs:documentation xml:lang="nl">Datum van berekend prijs per aandeel als you don't know als it's waardering prijs van calculation prijs</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="PriceCalculationDate" type="xs:date">
<xs:annotation>
<xs:documentation xml:lang="en">Date when the price per share is calculated</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Datum, an dem der Anteilspreis berechnet wird</xs:documentation>
<xs:documentation xml:lang="fr">Date quand prix per action est calculé</xs:documentation>
<xs:documentation xml:lang="nl">Datum wanneer prijs per aandeel is berekend</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="PriceValuationDate" type="xs:date">
<xs:annotation>
<xs:documentation xml:lang="en">Valuation date of the price per share. Indicates which valuation date for price calculation is used.</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Bewertungsdatum des Anteilspreises. Gibt an, welches Bewertungsdatum für die Preisberechnung verwendet wird.</xs:documentation>
<xs:documentation xml:lang="fr">Évaluation date de prix per action. Indicates qui évaluation date pour prix calculation est used.</xs:documentation>
<xs:documentation xml:lang="nl">Waardering datum van prijs per aandeel. Indicates welke waardering datum voor prijs calculation is used.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PriceCurrency" type="ISOCurrencyCodeType">
<xs:annotation>
<xs:documentation xml:lang="en">Currency of the calculated price (use the 3 characters ISO code 4217)</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Währung des berechneten Preises (3-stelliger ISO-Code 4217 verwenden)</xs:documentation>
<xs:documentation xml:lang="fr">Devise de calculé prix (utiliser 3 characters ISO code 4217)</xs:documentation>
<xs:documentation xml:lang="nl">Valuta van berekend prijs (gebruiken 3 characters ISO code 4217)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PriceNature">
<xs:annotation>
<xs:documentation xml:lang="en">Information whether the calculated price is an official, estimated or technical price</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Information, ob es sich um einen offiziellen, geschätzten oder technischen Preis handelt</xs:documentation>
<xs:documentation xml:lang="fr">Information whether calculé prix est un official, estimé ou technical prix</xs:documentation>
<xs:documentation xml:lang="nl">Informatie whether berekend prijs is een official, geschat van technical prijs</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="8"/>
<xs:maxLength value="9"/>
<xs:enumeration value="OFFICIAL"/>
<xs:enumeration value="ESTIMATED"/>
<xs:enumeration value="TECHNICAL"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NavPrice">
<xs:annotation>
<xs:documentation xml:lang="en">Net Asset value calculated per share</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Berechneter Nettoinventarwert pro Anteil</xs:documentation>
<xs:documentation xml:lang="fr">Net Actif valeur calculé per action</xs:documentation>
<xs:documentation xml:lang="nl">Netto Actief waarde berekend per aandeel</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits fixed="false" value="15"/>
<xs:fractionDigits value="8"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="SubscriptionPrice" type="xs:decimal">
<xs:annotation>
<xs:documentation xml:lang="en">Subscription price per share</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Zeichnungspreis pro Anteil</xs:documentation>
<xs:documentation xml:lang="fr">Souscription prix per action</xs:documentation>
<xs:documentation xml:lang="nl">Inschrijving prijs per aandeel</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="RedemptionPrice" type="xs:decimal">
<xs:annotation>
<xs:documentation xml:lang="en">Redemption price per share</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Rücknahmepreis pro Anteil</xs:documentation>
<xs:documentation xml:lang="fr">Rachat prix per action</xs:documentation>
<xs:documentation xml:lang="nl">Inkoop prijs per aandeel</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="OtherPrices" type="OtherPricesType">
<xs:annotation>
<xs:documentation xml:lang="en">Additional price types</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Weitere Preisarten</xs:documentation>
<xs:documentation xml:lang="fr">Supplémentaire prix types</xs:documentation>
<xs:documentation xml:lang="nl">Aanvullend prijs types</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="SplitFactor" type="xs:decimal">
<xs:annotation>
<xs:documentation xml:lang="en">Split factor in case of NAV split</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Splitfaktor bei einem NAV-Split</xs:documentation>
<xs:documentation xml:lang="fr">Split factor dans case de NAV split</xs:documentation>
<xs:documentation xml:lang="nl">Split factor in case van NAV split</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>