FXForward

/FundsXML4/AssetMasterData/Asset/AssetDetails/FXForward

Diagram

FXForward CurrencyBuy ISOCurrencyCodeType [1] AmountBuy xs:decimal [1] CurrencySell ISOCurrencyCodeType [1] AmountSell xs:decimal [1] AgreedFxRate xs:decimal [0..1] StartDate xs:date [0..1] MaturityDate xs:date [1] Counterparty CompanyType [1] Deliverable xs:boolean [0..1]

Documentation

EN

FX Forward details

DE

Devisentermingeschäft

FR

FX Forward details

NL

FX Forward details

ES

Detalles de contratos un plazo de divisas

IT

Dettagli FX Forward

CS

FX Forward details

HU

Deviza forward részletek

Properties

Type
ForeignExchangeTradeType
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
4

Child Elements & Attributes

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

Currency bought

Währung bought

Devise bought

Valuta bought

Divisa bought

Valuta acquistata

Currency bought

Currency bought

TJA
xs:decimal

Amount bought

Betrag bought

Montant bought

Bedrag bought

Importe bought

Importo acquistato

Amount bought

Amount bought

367.49
ISOCurrencyCodeType

Currency sold

Währung sold

Devise sold

Valuta sold

Divisa sold

Valuta venduta

Currency sold

Currency sold

BVE
xs:decimal

Amount sold

Betrag sold

Montant sold

Bedrag sold

Importe sold

Importo venduto

Amount sold

Amount sold

73.41
xs:decimal

Agreed FX rate of trade

Agreed FX Satz von trade

Agreed FX taux de trade

Agreed FX tipo van trade

Agreed FX tipo el trade

Tasso di cambio concordato

Agreed FX rate of trade

Agreed FX rate of trade

426.45
xs:date

Start date of trade

Start Datum von trade

Start date de trade

Start fecha van trade

Inicio fecha el trade

Data di inizio negoziazione

Start date of trade

Start date of trade

2025-02-24
xs:date

Maturity / end date of FX trade

Maturity / end Datum von FX trade

Maturity / end date de FX trade

Maturity / end fecha van FX trade

Vencimiento / fin fecha el FX trade

Scadenza/data di fine del commercio FX

Maturity / end date of FX trade

Maturity / end date of FX trade

2020-05-13
CompanyType

Counterparty details

Gegenpartei details

Contrepartie details

Tegenpartij details

Detalles de la contraparte

Dettagli della controparte

Counterparty details

Partner részletei

xs:boolean

Defines whether currencies will be delivered at maturity or profit/loss will be transferred only (NDF)

Definiert, ob Währungen bei Fälligkeit geliefert werden oder nur Gewinn/Verlust übertragen wird (NDF)

Définit si les devises seront livrées à l'échéance ou si seul le profit/la perte sera transféré (NDF)

Bepaalt of valuta's worden geleverd op vervaldatum of alleen de winst/het verlies wordt overgedragen (NDF)

Defines si currencies sera delivered en vencimiento el profit/loss sera transferido solo (NDF)

Definisce se le valute verranno consegnate alla scadenza o verranno trasferiti solo profitti/perdite (NDF)

Defines whether currencies will be delivered at maturity or profit/loss will be transferred only (NDF)

Defines whether currencies will be delivered at maturity or profit/loss will be transferred only (NDF)

false

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"
            name="FXForward"
            type="ForeignExchangeTradeType">
   <xs:annotation>
      <xs:documentation xml:lang="en">FX Forward details</xs:documentation>
      <xs:documentation xml:lang="de">Devisentermingeschäft</xs:documentation>
      <xs:documentation xml:lang="fr">FX Forward details</xs:documentation>
      <xs:documentation xml:lang="nl">FX Forward details</xs:documentation>
      <xs:documentation xml:lang="es">Detalles de contratos un plazo de divisas</xs:documentation>
      <xs:documentation xml:lang="it">Dettagli FX Forward</xs:documentation>
      <xs:documentation xml:lang="cs">FX Forward details</xs:documentation>
      <xs:documentation xml:lang="hu">Deviza forward részletek</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (ForeignExchangeTradeType)

<xs:complexType 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"
                name="ForeignExchangeTradeType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Foreign Exchange Asset data information</xs:documentation>
      <xs:documentation xml:lang="de">Foreign Börse Vermögenswert Daten Information</xs:documentation>
      <xs:documentation xml:lang="fr">Foreign Bourse Actif données information</xs:documentation>
      <xs:documentation xml:lang="nl">Foreign Beurs Actief datos informatie</xs:documentation>
      <xs:documentation xml:lang="es">Foreign Bolsa Activo datos informacion</xs:documentation>
      <xs:documentation xml:lang="it">Informazioni sui dati sugli asset in valuta estera</xs:documentation>
      <xs:documentation xml:lang="cs">Foreign Exchange Asset data information</xs:documentation>
      <xs:documentation xml:lang="hu">Foreign Exchange Asset data information</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="CurrencyBuy">
         <xs:annotation>
            <xs:documentation xml:lang="en">Currency bought</xs:documentation>
            <xs:documentation xml:lang="de">Währung bought</xs:documentation>
            <xs:documentation xml:lang="fr">Devise bought</xs:documentation>
            <xs:documentation xml:lang="nl">Valuta bought</xs:documentation>
            <xs:documentation xml:lang="es">Divisa bought</xs:documentation>
            <xs:documentation xml:lang="it">Valuta acquistata</xs:documentation>
            <xs:documentation xml:lang="cs">Currency bought</xs:documentation>
            <xs:documentation xml:lang="hu">Currency bought</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:simpleContent>
               <xs:extension base="ISOCurrencyCodeType">
                  <xs:attribute name="isBaseCCY" type="xs:boolean">
                     <xs:annotation>
                        <xs:documentation xml:lang="en">Indicates if this is the base currency</xs:documentation>
                        <xs:documentation xml:lang="de">Gibt an, ob dies die Basiswährung ist</xs:documentation>
                        <xs:documentation xml:lang="fr">Indique s'il s'agit de la devise de base</xs:documentation>
                        <xs:documentation xml:lang="nl">Geeft aan of dit de basisvaluta is</xs:documentation>
                        <xs:documentation xml:lang="es">Indica si esta es la moneda base</xs:documentation>
                        <xs:documentation xml:lang="it">Indica se questa è la valuta base</xs:documentation>
                        <xs:documentation xml:lang="hu">Jelzi, hogy ez az alap pénznem-e</xs:documentation>
                        <xs:documentation xml:lang="cs">Označuje, zda se jedná o základní měnu</xs:documentation>
                     </xs:annotation>
                  </xs:attribute>
               </xs:extension>
            </xs:simpleContent>
         </xs:complexType>
      </xs:element>
      <xs:element name="AmountBuy" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Amount bought</xs:documentation>
            <xs:documentation xml:lang="de">Betrag bought</xs:documentation>
            <xs:documentation xml:lang="fr">Montant bought</xs:documentation>
            <xs:documentation xml:lang="nl">Bedrag bought</xs:documentation>
            <xs:documentation xml:lang="es">Importe bought</xs:documentation>
            <xs:documentation xml:lang="it">Importo acquistato</xs:documentation>
            <xs:documentation xml:lang="cs">Amount bought</xs:documentation>
            <xs:documentation xml:lang="hu">Amount bought</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="CurrencySell">
         <xs:annotation>
            <xs:documentation xml:lang="en">Currency sold</xs:documentation>
            <xs:documentation xml:lang="de">Währung sold</xs:documentation>
            <xs:documentation xml:lang="fr">Devise sold</xs:documentation>
            <xs:documentation xml:lang="nl">Valuta sold</xs:documentation>
            <xs:documentation xml:lang="es">Divisa sold</xs:documentation>
            <xs:documentation xml:lang="it">Valuta venduta</xs:documentation>
            <xs:documentation xml:lang="cs">Currency sold</xs:documentation>
            <xs:documentation xml:lang="hu">Currency sold</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:simpleContent>
               <xs:extension base="ISOCurrencyCodeType">
                  <xs:attribute name="isBaseCCY" type="xs:boolean">
                     <xs:annotation>
                        <xs:documentation xml:lang="en">Indicates if this is the base currency</xs:documentation>
                        <xs:documentation xml:lang="de">Gibt an, ob dies die Basiswährung ist</xs:documentation>
                        <xs:documentation xml:lang="fr">Indique s'il s'agit de la devise de base</xs:documentation>
                        <xs:documentation xml:lang="nl">Geeft aan of dit de basisvaluta is</xs:documentation>
                        <xs:documentation xml:lang="es">Indica si esta es la moneda base</xs:documentation>
                        <xs:documentation xml:lang="it">Indica se questa è la valuta base</xs:documentation>
                        <xs:documentation xml:lang="hu">Jelzi, hogy ez az alap pénznem-e</xs:documentation>
                        <xs:documentation xml:lang="cs">Označuje, zda se jedná o základní měnu</xs:documentation>
                     </xs:annotation>
                  </xs:attribute>
               </xs:extension>
            </xs:simpleContent>
         </xs:complexType>
      </xs:element>
      <xs:element name="AmountSell" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Amount sold</xs:documentation>
            <xs:documentation xml:lang="de">Betrag sold</xs:documentation>
            <xs:documentation xml:lang="fr">Montant sold</xs:documentation>
            <xs:documentation xml:lang="nl">Bedrag sold</xs:documentation>
            <xs:documentation xml:lang="es">Importe sold</xs:documentation>
            <xs:documentation xml:lang="it">Importo venduto</xs:documentation>
            <xs:documentation xml:lang="cs">Amount sold</xs:documentation>
            <xs:documentation xml:lang="hu">Amount sold</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="AgreedFxRate" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Agreed FX rate of trade</xs:documentation>
            <xs:documentation xml:lang="de">Agreed FX Satz von trade</xs:documentation>
            <xs:documentation xml:lang="fr">Agreed FX taux de trade</xs:documentation>
            <xs:documentation xml:lang="nl">Agreed FX tipo van trade</xs:documentation>
            <xs:documentation xml:lang="es">Agreed FX tipo el trade</xs:documentation>
            <xs:documentation xml:lang="it">Tasso di cambio concordato</xs:documentation>
            <xs:documentation xml:lang="cs">Agreed FX rate of trade</xs:documentation>
            <xs:documentation xml:lang="hu">Agreed FX rate of trade</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="StartDate" type="xs:date">
         <xs:annotation>
            <xs:documentation xml:lang="en">Start date of trade</xs:documentation>
            <xs:documentation xml:lang="de">Start Datum von trade</xs:documentation>
            <xs:documentation xml:lang="fr">Start date de trade</xs:documentation>
            <xs:documentation xml:lang="nl">Start fecha van trade</xs:documentation>
            <xs:documentation xml:lang="es">Inicio fecha el trade</xs:documentation>
            <xs:documentation xml:lang="it">Data di inizio negoziazione</xs:documentation>
            <xs:documentation xml:lang="cs">Start date of trade</xs:documentation>
            <xs:documentation xml:lang="hu">Start date of trade</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="MaturityDate" type="xs:date">
         <xs:annotation>
            <xs:documentation xml:lang="en">Maturity / end date of FX trade</xs:documentation>
            <xs:documentation xml:lang="de">Maturity / end Datum von FX trade</xs:documentation>
            <xs:documentation xml:lang="fr">Maturity / end date de FX trade</xs:documentation>
            <xs:documentation xml:lang="nl">Maturity / end fecha van FX trade</xs:documentation>
            <xs:documentation xml:lang="es">Vencimiento / fin fecha el FX trade</xs:documentation>
            <xs:documentation xml:lang="it">Scadenza/data di fine del commercio FX</xs:documentation>
            <xs:documentation xml:lang="cs">Maturity / end date of FX trade</xs:documentation>
            <xs:documentation xml:lang="hu">Maturity / end date of FX trade</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Counterparty" type="CompanyType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Counterparty details</xs:documentation>
            <xs:documentation xml:lang="de">Gegenpartei details</xs:documentation>
            <xs:documentation xml:lang="fr">Contrepartie details</xs:documentation>
            <xs:documentation xml:lang="nl">Tegenpartij details</xs:documentation>
            <xs:documentation xml:lang="es">Detalles de la contraparte</xs:documentation>
            <xs:documentation xml:lang="it">Dettagli della controparte</xs:documentation>
            <xs:documentation xml:lang="cs">Counterparty details</xs:documentation>
            <xs:documentation xml:lang="hu">Partner részletei</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Deliverable" type="xs:boolean">
         <xs:annotation>
            <xs:documentation xml:lang="en">Defines whether currencies will be delivered at maturity or profit/loss will be transferred only (NDF)</xs:documentation>
            <xs:documentation xml:lang="de">Definiert, ob Währungen bei Fälligkeit geliefert werden oder nur Gewinn/Verlust übertragen wird (NDF)</xs:documentation>
            <xs:documentation xml:lang="fr">Définit si les devises seront livrées à l'échéance ou si seul le profit/la perte sera transféré (NDF)</xs:documentation>
            <xs:documentation xml:lang="nl">Bepaalt of valuta's worden geleverd op vervaldatum of alleen de winst/het verlies wordt overgedragen (NDF)</xs:documentation>
            <xs:documentation xml:lang="es">Defines si currencies sera delivered en vencimiento el profit/loss sera transferido solo (NDF)</xs:documentation>
            <xs:documentation xml:lang="it">Definisce se le valute verranno consegnate alla scadenza o verranno trasferiti solo profitti/perdite (NDF)</xs:documentation>
            <xs:documentation xml:lang="cs">Defines whether currencies will be delivered at maturity or profit/loss will be transferred only (NDF)</xs:documentation>
            <xs:documentation xml:lang="hu">Defines whether currencies will be delivered at maturity or profit/loss will be transferred only (NDF)</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>