Price
/FundsXML4/Funds/Fund/SingleFund/ShareClasses/ShareClass/Prices/Price
Diagram
Properties
- Type
- ShareClassPriceType
- Cardinality
- 1..*
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 8
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:string | Operational code: Create(C), Modify(M) or 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 |
2023-12-03 | |
| xs:date | Date when the price per share is calculated |
2022-12-15 | |
| xs:date | Valuation date of the price per share. Indicates which valuation date for price calculation is used. |
2023-09-12 | |
| ISOCurrencyCodeType | Currencyof the calculated price. (use the 3 characters ISO code 4217) Three-letter ISO-CurrencyCode (ISO 4217) Dreistelliger ISO-Waehrungscode (ISO 4217) |
SQP | |
| xs:string | Information whether the calculated price is an official, estimated or technical price |
TECHNICAL | |
| xs:decimal | Net Asset value calculated per share |
403.54 | |
| xs:decimal | Subscription price per share |
329.63 | |
| xs:decimal | Redemption price per share |
868.37 | |
| OtherPricesType | |||
| xs:decimal | Split factor in case of NAV split |
94.44 |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
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:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="ShareClassPriceType">
<xs:sequence>
<xs:element name="ActionCode">
<xs:annotation>
<xs:documentation>Operational code: Create(C), Modify(M) or 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>Date of the calculated price per share if you don't know if it's the valuation price or calculation price</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="PriceCalculationDate" type="xs:date">
<xs:annotation>
<xs:documentation>Date when the price per share is calculated</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="PriceValuationDate" type="xs:date">
<xs:annotation>
<xs:documentation>Valuation date of the price per share. Indicates which valuation date for price calculation is used.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PriceCurrency" type="ISOCurrencyCodeType">
<xs:annotation>
<xs:documentation>Currencyof the calculated price. (use the 3 characters ISO code 4217)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PriceNature">
<xs:annotation>
<xs:documentation>Information whether the calculated price is an official, estimated or technical price</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>Net Asset value calculated per share</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>Subscription price per share</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="RedemptionPrice" type="xs:decimal">
<xs:annotation>
<xs:documentation>Redemption price per share</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="OtherPrices" type="OtherPricesType"/>
<xs:element minOccurs="0" name="SplitFactor" type="xs:decimal">
<xs:annotation>
<xs:documentation>Split factor in case of NAV split</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>