Price

/FundsXML4/Funds/Fund/Subfunds/Subfund/SubfundDynamicData/Portfolios/Portfolio/Positions/Position/Right/OtherPrices/Price

Diagram

Price PriceType xs:string [1] NavPrice xs:decimal [1] SubscriptionPrice xs:decimal [0..1] RedemptionPrice xs:decimal [0..1]

Documentation

EN

Inform on the price type (different from the official NAV) used for other price communication

DE

[AUTO] Preistyp (abweichend vom offiziellen NAV) für alternative Preiskommunikation

FR

Inform on prix type (different de official NAV) used pour autre prix communication

NL

Inform on prijs type (different van official NAV) used voor overig prijs communication

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
14

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:string

Select the price type you would like to communicate (SWING, MATURITY, MARKET, HOLD TO MATURITY, ADJUSTED GROSS, ADJUSTED NET)

[AUTO] Preistyp auswählen (SWING, MATURITY, MARKET, HOLD TO MATURITY, ADJUSTED GROSS, ADJUSTED NET)

Select prix type you would like à communicate (SWING, MATURITY, MARKET, HOLD TO MATURITY, ADJUSTED GROSS, ADJUSTED NET)

Select prijs type you would like naar communicate (SWING, MATURITY, MARKET, HOLD TO MATURITY, ADJUSTED GROSS, ADJUSTED NET)

SWING
xs:decimal

Other price type Net Asset Value calculated per share

[AUTO] Alternativer Preistyp NAV pro Anteil

Autre prix type Net Actif Valeur calculé per action

Overig prijs type Netto Actief Waarde berekend per aandeel

466.01
xs:decimal

Other price type Subscription price per share

[AUTO] Alternativer Preistyp Zeichnungspreis pro Anteil

Autre prix type Souscription prix per action

Overig prijs type Inschrijving prijs per aandeel

563.41
xs:decimal

Other price type Redemption price per share

[AUTO] Alternativer Preistyp Rücknahmepreis pro Anteil

Autre prix type Rachat prix per action

Overig prijs type Inkoop prijs per aandeel

235.87

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">
   <xs:annotation>
      <xs:documentation xml:lang="en">Inform on the price type (different from the official NAV) used for other price communication</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Preistyp (abweichend vom offiziellen NAV) für alternative Preiskommunikation</xs:documentation>
      <xs:documentation xml:lang="fr">Inform on prix type (different de official NAV) used pour autre prix communication</xs:documentation>
      <xs:documentation xml:lang="nl">Inform on prijs type (different van official NAV) used voor overig prijs communication</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="PriceType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Select the price type you would like to communicate (SWING, MATURITY, MARKET, HOLD TO MATURITY, ADJUSTED GROSS, ADJUSTED NET)</xs:documentation>
               <xs:documentation xml:lang="de">[AUTO] Preistyp auswählen (SWING, MATURITY, MARKET, HOLD TO MATURITY, ADJUSTED GROSS, ADJUSTED NET)</xs:documentation>
               <xs:documentation xml:lang="fr">Select prix type you would like à communicate (SWING, MATURITY, MARKET, HOLD TO MATURITY, ADJUSTED GROSS, ADJUSTED NET)</xs:documentation>
               <xs:documentation xml:lang="nl">Select prijs type you would like naar communicate (SWING, MATURITY, MARKET, HOLD TO MATURITY, ADJUSTED GROSS, ADJUSTED NET)</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:minLength value="5"/>
                  <xs:maxLength value="16"/>
                  <xs:enumeration value="SWING"/>
                  <xs:enumeration value="MATURITY"/>
                  <xs:enumeration value="MARKET"/>
                  <xs:enumeration value="HOLD TO MATURITY"/>
                  <xs:enumeration value="ADJUSTED GROSS"/>
                  <xs:enumeration value="ADJUSTED NET"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="NavPrice" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">Other price type Net Asset Value calculated per share</xs:documentation>
               <xs:documentation xml:lang="de">[AUTO] Alternativer Preistyp NAV pro Anteil</xs:documentation>
               <xs:documentation xml:lang="fr">Autre prix type Net Actif Valeur calculé per action</xs:documentation>
               <xs:documentation xml:lang="nl">Overig prijs type Netto Actief Waarde berekend per aandeel</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="SubscriptionPrice" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">Other price type Subscription price per share</xs:documentation>
               <xs:documentation xml:lang="de">[AUTO] Alternativer Preistyp Zeichnungspreis pro Anteil</xs:documentation>
               <xs:documentation xml:lang="fr">Autre prix type Souscription prix per action</xs:documentation>
               <xs:documentation xml:lang="nl">Overig prijs type 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">Other price type Redemption price per share</xs:documentation>
               <xs:documentation xml:lang="de">[AUTO] Alternativer Preistyp Rücknahmepreis pro Anteil</xs:documentation>
               <xs:documentation xml:lang="fr">Autre prix type Rachat prix per action</xs:documentation>
               <xs:documentation xml:lang="nl">Overig prijs type Inkoop prijs per aandeel</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>