Price

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/Prices/Price

Diagram

Price ActionCode xs:string [1] NavDate xs:date [1] PriceCalculationDate xs:date [0..1] PriceValuationDate xs:date [0..1] PriceCurrency ISOCurrencyCodeType [1] PriceNature xs:string [1] NavPrice xs:decimal [1] SubscriptionPrice xs:decimal [0..1] RedemptionPrice xs:decimal [0..1] OtherPrices OtherPricesType [0..1] SplitFactor xs:decimal [0..1]

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
10
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:string

Operational code: Create(C), Modify(M) or Delete(D)

M
xs:date

Date of the calculated price per share if you don't know if it's the valuation price or calculation price

2024-09-24
xs:date

Date when the price per share is calculated

2023-10-15
xs:date

Valuation date of the price per share. Indicates which valuation date for price calculation is used.

2021-01-02
ISOCurrencyCodeType

Currencyof the calculated price. (use the 3 characters ISO code 4217)

Three-letter ISO-CurrencyCode (ISO 4217)

Dreistelliger ISO-Waehrungscode (ISO 4217)

QYE
xs:string

Information whether the calculated price is an official, estimated or technical price

ESTIMATED
xs:decimal

Net Asset value calculated per share

881.95
xs:decimal

Subscription price per share

305.20
xs:decimal

Redemption price per share

63.35
OtherPricesType
xs:decimal

Split factor in case of NAV split

93.82

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)

<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>