complexType TransactionsType
diagram index_p1963.png
children Transaction
used by
element PortfolioType/Transactions
attributes
Name  Type  Use  Default  Fixed  Annotation
from  xs:date        
to  xs:date        
source <xs:complexType name="TransactionsType">
 
<xs:sequence>
   
<xs:element name="Transaction" type="TransactionType" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="from" type="xs:date"/>
 
<xs:attribute name="to" type="xs:date"/>
</xs:complexType>

attribute TransactionsType/@from
type xs:date
source <xs:attribute name="from" type="xs:date"/>

attribute TransactionsType/@to
type xs:date
source <xs:attribute name="to" type="xs:date"/>

element TransactionsType/Transaction
diagram index_p1964.png
type TransactionType
properties
minOcc 1
maxOcc unbounded
content complex
children TransactionID CancellationFlag OriginalTransactionID AssetUniqueID Identifiers Currency TransactionKind SettlementCurrency EntryDate ValutaDate ClosingDate NominalOrUnitsOrContracts CleanPrice DirtyPrice AgreedPrice MarketValue InterestClaimGross ZeroBondInterestClaimGross DirtyValue SettlementAmount CapitalGainsTaxPerShare EUWithholdingTaxPerShare FXRates Expenses IndicatorKindOfValue PostingText AccountNumber IndicatorSPESTDuty Counterparty ProfitLoss FinallySettled Derivatives Bonds CorporateAction FxSpot CustomAttributes
source <xs:element name="Transaction" type="TransactionType" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy