ProfitLoss

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/Portfolios/Portfolio/Transactions/Transaction/ProfitLoss

Diagram

ProfitLoss Amount xs:decimal [1..*]

Documentation

EN

Profit/Loss amount of the transaction in fund currency. Differentiation of transaction type among:

  • Derivatives
  • Bonds
  • Corporate actions
    and further detail related to the respective type of transaction.

DE

Zeigt den Gewinn/Verlust der Transaktion in Fondswaehrung

FR

Profit/Loss montant de transaction dans fonds devise. Differentiation de transaction type among:

  • Derivatives
  • Bonds
  • Corporate actions
    et further detail related à respective type de transaction.

NL

Profit/Loss bedrag van transactie in fonds valuta. Differentiation van transactie type among:

  • Derivatives
  • Bonds
  • Corporate actions
    en further detail related naar respective type van transactie.

Properties

Type
FundAmountType
Cardinality
0..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
15

Child Elements & Attributes

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

Amounts in currency as defined in attribute

[AUTO] Betrag in frei wählbarer Währung

Amounts dans devise comme défini dans attribut

Amounts in valuta als gedefinieerd in attribuut

396.76

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="ProfitLoss"
            type="FundAmountType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Profit/Loss amount of the transaction in fund currency. Differentiation of transaction type among:
- Derivatives
- Bonds
- Corporate actions
and further detail related to the respective type of transaction.</xs:documentation>
      <xs:documentation xml:lang="de">Zeigt den Gewinn/Verlust der Transaktion in Fondswaehrung</xs:documentation>
      <xs:documentation xml:lang="fr">Profit/Loss montant de transaction dans fonds devise. Differentiation de transaction type among:
- Derivatives
- Bonds
- Corporate actions
et further detail related à respective type de transaction.</xs:documentation>
      <xs:documentation xml:lang="nl">Profit/Loss bedrag van transactie in fonds valuta. Differentiation van transactie type among:
- Derivatives
- Bonds
- Corporate actions
en further detail related naar respective type van transactie.</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (FundAmountType)

<xs:complexType 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"
                name="FundAmountType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Amount in different currencies with fund/subfund/shareclass currency indicators</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Betrag in verschiedenen Währungen mit Fund/Subfund/ShareClass-Währungskennzeichen</xs:documentation>
      <xs:documentation xml:lang="fr">Montant dans different currencies avec fonds/subfund/shareclass devise indicators</xs:documentation>
      <xs:documentation xml:lang="nl">Bedrag in different currencies met fonds/subfund/shareclass valuta indicators</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element 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">[AUTO] Betrag in frei wählbarer Währung</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:annotation>
         <xs:complexType>
            <xs:simpleContent>
               <xs:extension base="xs:decimal">
                  <xs:attribute name="ccy" type="ISOCurrencyCodeType" use="required"/>
                  <xs:attribute name="isFundCcy" type="xs:boolean"/>
                  <xs:attribute name="isSubfundCcy" type="xs:boolean"/>
                  <xs:attribute name="isShareClassCcy" type="xs:boolean"/>
               </xs:extension>
            </xs:simpleContent>
         </xs:complexType>
      </xs:element>
   </xs:sequence>
</xs:complexType>