Amount

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/Segments/Segment/SegmentDynamicData/Portfolios/Portfolio/Transactions/Transaction/Expenses/Amount

Diagram

Amount @ccy ISOCurrencyCodeType [1] @isFundCcy xs:boolean [1] @isSubfundCcy xs:boolean [1] @isShareClassCcy xs:boolean [1]

Documentation

EN

Amounts in currency as defined in attribute

DE

Betrag in frei waehlbarer Waehrung

FR

Amounts dans devise comme défini dans attribut

NL

Amounts in valuta als gedefinieerd in attribuut

ES

Importes en moneda seg\u00fan se define en el atributo

IT

Importi in valuta come definito nell'attributo

CS

Amounts in currency as defined in attribute

HU

Amounts in currency as defined in attribute

Properties

Type
xs:decimal
Cardinality
1..*
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
16

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
ISOCurrencyCodeType

ISO currency code for the amount

ISO-Währungscode für den Betrag

Code devise ISO pour le montant

ISO-valutacode voor het bedrag

Código de divisa ISO para el importe

Codice valuta ISO per l'importo

ISO pénznemkód az összeghez

ISO kód měny pro částku

NDP
xs:boolean

Indicates whether the amount is in fund currency

Gibt an, ob der Betrag in Fondswährung ist

Indique si le montant est en devise du fonds

Geeft aan of het bedrag in fondsvaluta is

Indica si el importe está en la divisa del fondo

Indica se l'importo è nella valuta del fondo

Jelzi, hogy az összeg az alap pénznemében van-e

Označuje, zda je částka v měně fondu

false
xs:boolean

Indicates whether the amount is in subfund currency

Gibt an, ob der Betrag in Teilfondswährung ist

Indique si le montant est en devise du compartiment

Geeft aan of het bedrag in subfonds valuta is

Indica si el importe está en la divisa del subfondo

Indica se l'importo è nella valuta del comparto

Jelzi, hogy az összeg az alap alpénznemében van-e

Označuje, zda je částka v měně podfondu

false
xs:boolean

Indicates whether the amount is in share class currency

Gibt an, ob der Betrag in Anteilsklassenwährung ist

Indique si le montant est en devise de la classe de parts

Geeft aan of het bedrag in aandelenklasse valuta is

Indica si el importe está en la divisa de la clase de participación

Indica se l'importo è nella valuta della classe di azioni

Jelzi, hogy az összeg a sorozat pénznemében van-e

Označuje, zda je částka v měně třídy akcií

true

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            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">Betrag in frei waehlbarer Waehrung</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:documentation xml:lang="es">Importes en moneda seg\u00fan se define en el atributo</xs:documentation>
      <xs:documentation xml:lang="it">Importi in valuta come definito nell'attributo</xs:documentation>
      <xs:documentation xml:lang="cs">Amounts in currency as defined in attribute</xs:documentation>
      <xs:documentation xml:lang="hu">Amounts in currency as defined in attribute</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:simpleContent>
         <xs:extension base="xs:decimal">
            <xs:attribute name="ccy" type="ISOCurrencyCodeType" use="required">
               <xs:annotation>
                  <xs:documentation xml:lang="en">ISO currency code for the amount</xs:documentation>
                  <xs:documentation xml:lang="de">ISO-Währungscode für den Betrag</xs:documentation>
                  <xs:documentation xml:lang="fr">Code devise ISO pour le montant</xs:documentation>
                  <xs:documentation xml:lang="nl">ISO-valutacode voor het bedrag</xs:documentation>
                  <xs:documentation xml:lang="es">Código de divisa ISO para el importe</xs:documentation>
                  <xs:documentation xml:lang="it">Codice valuta ISO per l'importo</xs:documentation>
                  <xs:documentation xml:lang="hu">ISO pénznemkód az összeghez</xs:documentation>
                  <xs:documentation xml:lang="cs">ISO kód měny pro částku</xs:documentation>
               </xs:annotation>
            </xs:attribute>
            <xs:attribute name="isFundCcy" type="xs:boolean">
               <xs:annotation>
                  <xs:documentation xml:lang="en">Indicates whether the amount is in fund currency</xs:documentation>
                  <xs:documentation xml:lang="de">Gibt an, ob der Betrag in Fondswährung ist</xs:documentation>
                  <xs:documentation xml:lang="fr">Indique si le montant est en devise du fonds</xs:documentation>
                  <xs:documentation xml:lang="nl">Geeft aan of het bedrag in fondsvaluta is</xs:documentation>
                  <xs:documentation xml:lang="es">Indica si el importe está en la divisa del fondo</xs:documentation>
                  <xs:documentation xml:lang="it">Indica se l'importo è nella valuta del fondo</xs:documentation>
                  <xs:documentation xml:lang="hu">Jelzi, hogy az összeg az alap pénznemében van-e</xs:documentation>
                  <xs:documentation xml:lang="cs">Označuje, zda je částka v měně fondu</xs:documentation>
               </xs:annotation>
            </xs:attribute>
            <xs:attribute name="isSubfundCcy" type="xs:boolean">
               <xs:annotation>
                  <xs:documentation xml:lang="en">Indicates whether the amount is in subfund currency</xs:documentation>
                  <xs:documentation xml:lang="de">Gibt an, ob der Betrag in Teilfondswährung ist</xs:documentation>
                  <xs:documentation xml:lang="fr">Indique si le montant est en devise du compartiment</xs:documentation>
                  <xs:documentation xml:lang="nl">Geeft aan of het bedrag in subfonds valuta is</xs:documentation>
                  <xs:documentation xml:lang="es">Indica si el importe está en la divisa del subfondo</xs:documentation>
                  <xs:documentation xml:lang="it">Indica se l'importo è nella valuta del comparto</xs:documentation>
                  <xs:documentation xml:lang="hu">Jelzi, hogy az összeg az alap alpénznemében van-e</xs:documentation>
                  <xs:documentation xml:lang="cs">Označuje, zda je částka v měně podfondu</xs:documentation>
               </xs:annotation>
            </xs:attribute>
            <xs:attribute name="isShareClassCcy" type="xs:boolean">
               <xs:annotation>
                  <xs:documentation xml:lang="en">Indicates whether the amount is in share class currency</xs:documentation>
                  <xs:documentation xml:lang="de">Gibt an, ob der Betrag in Anteilsklassenwährung ist</xs:documentation>
                  <xs:documentation xml:lang="fr">Indique si le montant est en devise de la classe de parts</xs:documentation>
                  <xs:documentation xml:lang="nl">Geeft aan of het bedrag in aandelenklasse valuta is</xs:documentation>
                  <xs:documentation xml:lang="es">Indica si el importe está en la divisa de la clase de participación</xs:documentation>
                  <xs:documentation xml:lang="it">Indica se l'importo è nella valuta della classe di azioni</xs:documentation>
                  <xs:documentation xml:lang="hu">Jelzi, hogy az összeg a sorozat pénznemében van-e</xs:documentation>
                  <xs:documentation xml:lang="cs">Označuje, zda je částka v měně třídy akcií</xs:documentation>
               </xs:annotation>
            </xs:attribute>
         </xs:extension>
      </xs:simpleContent>
   </xs:complexType>
</xs:element>