# xmlâžœttl.xsl # BASE # PREFIX @prefix rdf: . @prefix : . @prefix xsi: . # TRIPLE :Document :name "FinancialInstrumentReportingTransactionReportV01" ; :businessArea "auth" ; :messageFunctionality "016" ; :flavour "001" ; :version "01" ; xsi:schemaLocation "urn:iso:std:iso:20022:tech:repository?name= auth.016.001.01-FinancialInstrumentReportingTransactionReportV01.Message!11.xsd" ; :Transaction [ :New [ :TransactionIdentification "T123456" ; :ExecutingParty "00000000000000000000" ; :InvestmentPartyIndicator "true" ; :SubmittingParty "00000000000000000000" ; :Buyer [ :AccountOwner [ :Identification [ :LEI "11111111111111111111" ] ] ] ; :Seller [ :AccountOwner [ :Identification [ :LEI "22222222222222222222" ] ] ] ; :OrderTransmission [ :TransmissionIndicator "true" ] ; :Transaction [ :TradeDate "2018-12-17T09:30:47Z" ; :TradingCapacity "MTCH" ; :Quantity [ :Unit "100" ] ; :Price [ :Price [ :MonetaryValue [ :Amount [ :Amount "13.5" ; :Currency "EUR" ] ] ] ] ; :TradeVenue "XDUB" ] ; :FinancialInstrument [ :Identification "AB1234567890" ] ; :ExecutingPerson [ :Algorithm "A123456" ] ; :AdditionalAttributes [ :SecuritiesFinancingTransactionIndicator "true" ] ] ] .