<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="urn:kdpw:xsd:auth.rpt.001.01" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:kdpw:xsd:auth.rpt.001.01" elementFormDefault="qualified">
	<xs:annotation>
		<xs:documentation>Raport transakcji do ARM</xs:documentation>
		<xs:appinfo>
			<NmPL>Raport do ARM</NmPL>
		</xs:appinfo>
	</xs:annotation>
	<xs:element name="Document" type="Document"/>
	<xs:simpleType name="ActiveCurrencyAnd13DecimalAmount_SimpleType">
		<xs:annotation>
			<xs:documentation>Wartość</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="13"/>
			<xs:totalDigits value="18"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="ActiveCurrencyAnd13DecimalAmount">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wartość</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217. The number of fractional digits (or minor unit of currency) is not checked as per ISO 4217: It must be lesser than or equal to 13.
Note: The decimal separator is a dot.</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="ActiveCurrencyAnd13DecimalAmount_SimpleType">
				<xs:attribute name="Ccy" type="ActiveCurrencyCode" use="required">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Wartość</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Medium of exchange of value.</xs:documentation>
					</xs:annotation>
				</xs:attribute>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:simpleType name="ActiveCurrencyCode">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod waluty</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">A code allocated to a currency by a Maintenance Agency under an international identification scheme as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{3,3}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ActiveOrHistoricCurrencyAndAmount_SimpleType">
		<xs:annotation>
			<xs:documentation>Wartość</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="5"/>
			<xs:totalDigits value="18"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="ActiveOrHistoricCurrencyAndAmount">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wartość</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="ActiveOrHistoricCurrencyAndAmount_SimpleType">
				<xs:attribute name="Ccy" type="ActiveOrHistoricCurrencyCode" use="required">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Wartość</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Medium of exchange of currency.</xs:documentation>
					</xs:annotation>
				</xs:attribute>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:simpleType name="ActiveOrHistoricCurrencyCode">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod waluty</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{3,3}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AmountAndDirection53">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wartość ze znakiem</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Amount of money expressed with an optional currency code and debit/credit indicator.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Amt" type="ActiveOrHistoricCurrencyAndAmount">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wartość</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Amount of money that results in an increase (positively signed) or decrease (negatively signed), with specification of the currency.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Sgn" type="PlusOrMinusIndicator" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Znak</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates that the amount value is positive or negative.&#13;
&#13;
Usage: When absent, the amount is positive.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AmountAndDirection61">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wartość ze znakiem</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Amount of money expressed with an optional currency code and debit/credit indicator.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Amt" type="ActiveCurrencyAnd13DecimalAmount">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wartość</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Amount of money that results in an increase (positively signed) or decrease (negatively signed), with specification of the currency.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Sgn" type="PlusOrMinusIndicator" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Znak</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates that the amount value is positive or negative.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AssetClassAttributes1Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kategoria aktywów</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Asset class specific details of a derivative.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Intrst" type="DerivativeInterest2">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Stopa procentowa</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Asset class is a non-financial instrument of type interest rate.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FX" type="DerivativeForeignExchange2">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>FX</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Asset class is a non-financial instrument of type foreign exchange.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="BasketDescription3__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Opis koszyka</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Describes the constituents of the basket.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ISIN" type="ISINOct2015Identifier" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>ISIN</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">International Securities Identification Number (ISIN).  A numbering system designed by the United Nation's International Organisation for Standardisation (ISO). The ISIN is composed of a 2-character prefix representing the country of issue, followed by the national security number (if one exists), and a check digit. Each country has a national numbering agency that assigns ISIN numbers for securities in that country.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Indx" type="FinancialInstrument58__1" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Indeks</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Index on which the financial instrument is based.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="BenchmarkCurveName2Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Nazwa krzywej odniesienia</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies a benchmark curve name.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="WIBO">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>WIBOR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Warsaw Interbank Offered Rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="TREA">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>treasury</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Treasury benchmark that comes in three types: the yield curve, the par curve, and the spot curve.  All curves also have a constituent time series.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="TIBO">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>TIBOR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Tokyo Interbank Offered Rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="TLBO">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>TELEBOR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Tel Aviv Interbank Offered Rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SWAP">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>SWAP</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">In curve construction, Swap is the long portion of the curve constituting about 3 years to 30 years term.

The exchange of one security, currency or interest rate for another to change the maturity (bonds), or quality of issues (stocks or bonds), or because investment objectives have changed.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="STBO">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>STIBOR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Stockholm Interbank Offered Rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PRBO">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">PRIBOR</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Czech Fixing of Interest Rates on Interbank Deposits.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PFAN">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Pfandbriefe</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Pfandbriefe security is a collateralised bullet bond backed by either mortgage loans or loans to the public sector.  Pfandbriefe differ from traditional asset-backed securities in significant ways.  The most important difference is that Pfandbriefe carry no pre-payment risk since they remain on the balance sheet of the issuing institution.  Therefore, their spreads over sovereign bonds are attributable to liquidity and credit quality alone.  New indices have been created and existing indices have been modified in response to the growing importance of the Pfandbriefe market.  The Deutsche Borse has three synthetic indices called REX, JEX, and PEX.  The Pfandbriefe curve is used as a reference for credit as well as mortgage market.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="NIBO">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>NIBOR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Norwegian Interbank Offered Rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="MAAA">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>MuniAAA</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Benchmark curve used for municipals based on the best credit rating for municipal market debt.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="MOSP">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>MOSPRIM</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Moscow Prime Offered Rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LIBO">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>LOBOR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">London Interbank Offered Rate, the interest rate that major international banks in London charge each other for borrowing.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LIBI">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>LIBID</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Rate at which major international banks are willing to take deposits from one another, is normally 1/8 percent below LIBOR.&#13;
&#13;
London InterBank Bid Rate, the rate bid by banks on Eurocurrency deposits; the international rate that banks lend to other banks.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="JIBA">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>JIBAR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Johannesburg Interbank Agreed Rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ISDA">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>ISDAFIX</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Worldwide common reference rate value for fixed interest rate swap rates, as defined by the International Swaps and Derivatives Association (ISDA).</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GCFR">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>GCFRepo</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">GCF Repo Index, the Depository Trust &amp; Clearing Corporation (DTCC) general collateral finance repurchase agreements index.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="FUSW">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>FutureSWAP</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Portion of a synthetic curve that is composed of Eurodollar or Treasury or similar Futures and Swap rates.  The term usually begins at 3 months to 2 years for the futures strip component with the Swaps filling in the points to 10 years and beyond.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EUCH">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>EuroSwiss</NmPL>
					</xs:appinfo>
					<xs:documentation source="Name" xml:lang="EN">EuroSwiss</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Swiss Franc LIBOR rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EUUS">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>EURODOLLAR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Rate for the eurodollars, time deposits denominated in U.S. dollars at banks outside the United States, and thus are not under the jurisdiction of the Federal Reserve.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EURI">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Euribor</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Euro Interbank Offer Rate is the rate at which Euro inter-bank term deposits within the Euro zone are offered by one prime bank to another prime bank.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EONS">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>EONIASwaps</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Euro OverNight Index Average swap rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EONA">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>EONIA</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Euro OverNight Index Average rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CIBO">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>CIBOR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Copenhagen Interbank Offered Rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CDOR">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>CDOR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Canadian Dollar Offered Rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="BUBO">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>BUBOR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Budapest Interbank Offered Rate.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="BBSW">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>BBSW</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Australian Financial Markets Association (AFMA) Bank-Bill Reference Rate (BBSW).</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="BenchmarkCurveName5Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wybór krzywej</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Choice of format for benchmark curve name.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Indx" type="BenchmarkCurveName2Code">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Indeks</NmPL>
						</xs:appinfo>
						<xs:documentation source="Name" xml:lang="EN">Index</xs:documentation>
						<xs:documentation source="Definition" xml:lang="EN">Index name where the underlying is an index.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Nm" type="ESMA_AlphaNumericAdditionalCharactersMax25_Pattern">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Nazwa</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Provides the name that should be used where no ISIN or standardized name of the index exists, including its term (such as ‘EURIBOR6M’, ‘LIBOR3M’).</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="CFIOct2015Identifier">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Nazwa</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Classification type of the financial instrument, as per the ISO 10962 Classification of Financial Instrument (CFI) codification, eg, common share with voting rights, fully paid, or registered.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{6,6}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CountryCode">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod kraju</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{2,2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="DebtInstrument4">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Instrument dłużny</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the debit instrument.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="MtrtyDt" type="ISODate">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Data wykupu</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Maturity date/time at which an interest bearing financial instrument becomes due, that is original date of expiry of the reported financial instrument.&#13;
&#13;
Usage: &#13;
Within MiFIR, only applies to debt instruments with defined maturity.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="DecimalNumber">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Liczba</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Number of objects represented as a decimal number, eg, 0.75 or 45.6.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="17"/>
			<xs:totalDigits value="18"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="DerivativeForeignExchange2">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Instrument pochodny - FX</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Attributes of non-financial instrument of type foreign exchange as underlying.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="OthrNtnlCcy" type="ActiveOrHistoricCurrencyCode">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Waluta</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Underlying currency 2 of the currency pair (the currency 1 will be populated in the notional currency).&#13;
</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="DerivativeInstrument6__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Instrument pochodny</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the derivative instrument.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="XpryDt" type="ISODate" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Data wygaśnięcia</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Original expiry date of the reported financial instrument. &#13;
&#13;
Usage:&#13;
Field applies to derivatives with defined expiry date.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PricMltplr" type="ESMA_NonNegativeExcludingZeroMax18">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Mnożnik</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Number of units of the underlying instrument represented by a single derivative contract.&#13;
&#13;
For a future or option on an index, the amount per index point.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="UndrlygInstrm" type="UnderlyingIdentification2Choice__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Instrument bazowy</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Choice to specify the type(s) of underlying instrument(s) that make up the financial instrument.&#13;
&#13;
Usage:&#13;
Within MiFIR, for ADRs, GDRs and similar instruments, the ISIN code of the instrument on which the instruments is based. For Convertible bonds, the ISIN code of the instrument in which the bond can be converted. For derivatives or other instruments which have an underlying, the direct underlying instrument ISIN code, when the direct underlying is admitted to trading, or traded on a trading venue. When the underlying is a stock dividend, then the instrument code of the related share entitling the underlying dividends. For Credit Default Swaps derivatives, the ISIN of the reference obligation should be provided. In case the underlying or the direct underlying is an Index and has an ISIN, the ISIN code for that index. In case the instrument is referring to an issuer, rather than to one single instrument, the LEI code of the Issuer. In case the underlying is an Index, the name of the index. When the direct underlying is a basket, include all the identifying codes for each constituent of the basket that is admitted to trading or is traded on a trading venue.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OptnTp" type="OptionType2Code" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Typ opcji</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Specifies whether it is a call option (right to purchase a specific underlying asset) or a put option (right to sell a specific underlying asset).</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="StrkPric" type="SecuritiesTransactionPrice4Choice__1" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Cena wykonania</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Predetermined price at which the holder will have to buy or sell the underlying instrument.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OptnExrcStyle" type="OptionStyle7Code" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Typ wykonania opcji</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indication as to whether the option may be exercised only at a fixed date (European, and Asian style), a series of pre-specified dates (Bermudan) or at any time during the life of the contract (American style). This field does not have to be populated for ISIN instruments.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="DlvryTp" type="PhysicalTransferType4Code">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Typ dostawy</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates whether the transaction is settled physically or in cash.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AsstClssSpcfcAttrbts" type="AssetClassAttributes1Choice__1" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Atrybuty klasy instrumentów</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Specific attributes of the underlying asset class of the financial instrument.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="DerivativeInterest2">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Instrument pochodny oparty o stopę procentową</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies a multi-leg interest derivative.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="OthrNtnlCcy" type="ActiveOrHistoricCurrencyCode">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kod waluty</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Currency in which leg 2 of the contract is denominated, in case of multi-currency or cross-currency swaps.&#13;
&#13;
Currency in which leg 2 of the swap is denominated, in case of swaptions where the underlying swap is multi-currency.&#13;
&#13;
</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Document">
		<xs:sequence>
			<xs:element name="FinInstrmRptgTxRpt" type="FinancialInstrumentReportingTransactionReportV01"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="ESMA_AlphaNumericAdditionalCharactersMax25_Pattern">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[0-9]|%|\?|#| |\+|/){1,25}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_AlphaNumericAdditionalCharactersMax350_Pattern">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[0-9]|%|\?|#| |\+|/){1,350}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_AlphaNumericCapitalLettersMax35_Pattern">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[0-9]){1,35}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_AlphaNumericCapitalLettersMax50_Pattern">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[0-9]){1,50}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_AlphaNumericMax52_Pattern">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[0-9]){1,52}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_Concat_Pattern">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>CONCAT</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="CONCAT"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_EeaEuropeanAlphabetMax140_Pattern">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			 <xs:pattern value="([A-Z]|[А-Я]|[Α-Ω]|[ÄÀÁÂÃÅǍĄĂÆÇĆĈČĎĐÐÈÉÊËĚĘĜĢĞĤÌÍÎÏĴĶĹĻŁĽÑŃŇÖÒÓÔÕŐØŒŔŘẞŚŜŞŠȘŤŢÞȚÜÙÚÛŰŨŲŮŴÝŸŶŹŽŻ]|,| |'|-|–){1,140}"/>  
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_NindCcpt_Pattern">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod NIDN/CCPT</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="(NIDN)|(CCPT)"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_NonNegativeExcludingZeroMax18">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Liczba</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="17"/>
			<xs:totalDigits value="18"/>
			<xs:minExclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_PersonalIdentification_Pattern">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikator</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="(([A-Z]{2,2}[A-Z0-9]{1,33})|([A-Z]{2,2}[0-9]{8}[A-Z]{1}[A-Z#]{4}[A-Z]{1}[A-Z#]{4}))"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_PositiveExcludingZeroMax18_SimpleType">
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="5"/>
			<xs:totalDigits value="18"/>
			<xs:minExclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="ESMA_PositiveExcludingZeroMax18">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Liczba</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="ESMA_PositiveExcludingZeroMax18_SimpleType">
				<xs:attribute name="Currency" type="ActiveOrHistoricCurrencyCode" use="required">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Waluta</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Medium of exchange of currency.</xs:documentation>
					</xs:annotation>
				</xs:attribute>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="ExecutingParty1Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Executing party</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Identification of the executing party.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Prsn" type="PersonIdentification12__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Osoba</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Identification of a person.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Algo" type="ESMA_AlphaNumericCapitalLettersMax50_Pattern">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Algorytm</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Identification of an algorithm.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Clnt" type="NoReasonCode">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Klient</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Indication that the transaction was executed directly by the client.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ShrtCd" type="ShortCode">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Short code</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Short code</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FinancialInstrument58__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Instrument finansowy</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies underlying instruments or index a derivative has.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ISIN" type="ISINOct2015Identifier" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>ISIN</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identification of the index on which the financial instrument is based.&#13;
&#13;
Usage:&#13;
Within the scope of MiFIR RTS 23, this is the specific ISIN code associated with the index, where it exists. This field represents field 26 where the underlying will be an index.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Nm" type="FloatingInterestRate8__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Nazwa</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Name of the index on which the financial instrument is based.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FinancialInstrumentAttributes3Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Atrybuty instrumentu finansowego</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the attributes of the financial instrument.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Id" type="ISINOct2015Identifier">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Identyfikator</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Identification of a financial instrument admitted to trading.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Othr" type="SecurityInstrumentDescription13__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Inne</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Description of the financial instrument, such as a a derivative, when the instrument is not admitted to trading on a trading venue.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FinancialInstrumentIdentification6Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikator instrumentu finansowego</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Choice between formats for the identification of the financial instruments.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="ISIN" type="ISINOct2015Identifier">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>ISIN</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">International Securities Identification Number (ISIN).  A numbering system designed by the United Nation's International Organisation for Standardisation (ISO). The ISIN is composed of a 2-character prefix representing the country of issue, followed by the national security number (if one exists), and a check digit. Each country has a national numbering agency that assigns ISIN numbers for securities in that country.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Indx" type="FinancialInstrument58__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Indeks</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Index on which the financial instrument is based.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FinancialInstrumentIdentification7Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikator instrumentu finansowego</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Choice for identifying the underlying instruments that a derivative can consist of.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Sngl" type="FinancialInstrumentIdentification6Choice__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Pojedynczy</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Instrument consists of single instrument.&#13;
&#13;
Usage:&#13;
Within MiFIR, this is populated where the underlying is at most one instrument.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Bskt" type="BasketDescription3__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Koszyk</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Instrument consists of multiple instruments.&#13;
&#13;
Usage:&#13;
Within MiFIR, this is populated where the underlying consists of multiple instruments even if they are not all to be reported.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FinancialInstrumentQuantity25Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wolumen instrumnetów finansowych</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Choice between formats for the quantity of security.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Unit" type="ESMA_NonNegativeExcludingZeroMax18">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Jednostki</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Quantity expressed as a number, such as a number of shares.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="NmnlVal" type="ESMA_PositiveExcludingZeroMax18">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Wartośc nominalna</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">TBC</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="MntryVal" type="ESMA_PositiveExcludingZeroMax18">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Wartośc monetarna</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">TBC</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FinancialInstrumentReportingTransactionReportV01">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Raport</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">The FinancialInstrumentReportingTransactionReport message is sent by the reporting agent to the competent authority to report on the securities transactions or by the competent authority to another competent authority when the transaction needs to be exchanged between the competent authorities.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Tx" type="ReportingTransactionType1Choice__1" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Transakcja</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Provides the details of the reported securities transactions.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FloatingInterestRate8__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Zmienna stopa procentowa</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Provides the index used to define the rate and optionally the basis point spread.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="RefRate" type="BenchmarkCurveName5Choice__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Stopa referencyjna</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the reference index for the instrument. &#13;
&#13;
Usage:&#13;
Index or name if the reference rate is not included in the index list.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Term" type="InterestRateContractTerm2" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Termin stawki referencyjnej</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Term of the reference rate.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="GenericPersonIdentification1__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Idenyfikacja osoby</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Information related to an identification of a person.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Id" type="ESMA_PersonalIdentification_Pattern">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Identyfikator</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of a person.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SchmeNm" type="PersonIdentificationSchemeName1Choice__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Nazwa schematu</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="ISINOct2015Identifier">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>ISIN</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">International Securities Identification Number (ISIN). A numbering system designed by the United Nation's International Organisation for Standardisation (ISO). The ISIN is composed of a 2-character prefix representing the country of issue, followed by the national security number (if one exists), and a check digit. Each country has a national numbering agency that assigns ISIN numbers for securities in that country.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{2,2}[A-Z0-9]{9,9}[0-9]{1,1}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ISODate">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Data</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:date"/>
	</xs:simpleType>
	<xs:simpleType name="ISONormalisedDateTime">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Data</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">an ISODateTime whereby all timezoned dateTime values are UTC.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:dateTime">
			<xs:pattern value=".*Z"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ImpliedCurrencyAndAmount">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wartość</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot.
Note: a zero amount is considered a positive amount.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="5"/>
			<xs:totalDigits value="18"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="InterestRateContractTerm2">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Zasady określania stopy porcentowej</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Describes how interest rates are reported.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Unit" type="RateBasis1Code">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Jednostki</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Unit for the rate basis.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Val" type="Max3Number">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wartość</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Value of the contract term in number of units.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="InternalPartyRole1Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wewnętrzna strona transakcji</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the role as an internal party in the transaction.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="INTC">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wewnętrzna</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Party acting as an internal agent.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="InvestmentParty1Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikacja Investment Party</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Identification of the investment party.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Prsn" type="PersonIdentification12__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Osoba</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Identification of a person.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Algo" type="ESMA_AlphaNumericCapitalLettersMax50_Pattern">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Algorytm</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Identification of an algorithm.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ShrtCd" type="ShortCode">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Short code</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Short code</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="KDPWMemberIdentifier">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>KDPW member identifier</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">KDPW member identifier</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="4"/>
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="LEIIdentifier">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod LEI</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z0-9]{18,18}[0-9]{2,2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="LEIOrMemberIdentifier">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod LEI lub kd uczestnika</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">LEI or member identifier.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="LEI" type="LEIIdentifier">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>LEI</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Legal entity identifier of the party.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="KDPWMmbId" type="KDPWMemberIdentifier">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>KDPW Member identifier</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">KDPW Member identifier</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="MICIdentifier">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikator MIC</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Market Identifier Code. The identification of a financial market, as stipulated in the norm ISO 10383 'Codes for exchanges and market identifications'.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z0-9]{4,4}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max3Number">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Liczba</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Number (max 999) of objects represented as an integer.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="0"/>
			<xs:totalDigits value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="NoReasonCode">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod braku przyczyny</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies that there is no reason available.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="NORE">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Brak przyczyny</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">No reason to report or no reason available to report.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="OptionStyle7Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Styl opcji</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies how an option  for a derivative or securities derivative can be exercised.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="AMER">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>amerykańska</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Option can be exercised before or on expiry date.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ASIA">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>azjatycka</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Option where the payoff is not determined by the underlying price at maturity but by the average underlying price over some pre-set period of time.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="BERM">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>bermudzka</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Option that can be exercised on multiple discrete dates prior to, or on expiry date.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EURO">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>europejska</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Option that can be exercised on expiry date only.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="OTHR">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>inna</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Other type of option style.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="OptionType2Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod typu opcji</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies whether it is a call option (right to purchase a specific underlying asset) or a put option (right to sell a specific underlying asset) or any other type of option.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="CALL">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Call</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Right to buy a quantity of an asset for an agreed price at exercise date.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PUTO">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Put</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Right to sell a quantity of an asset for an agreed price at exercise date.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="OTHR">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Inne</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Right where the holder of the option decides whether the option is put or call.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="PartyIdentification76__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikacja strony</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Set of elements used to identify a person or an organisation.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Id" type="PersonOrOrganisation1Choice__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Identyfikacja</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the owner of the investment account which is used to acquire or sell financial instruments.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="CtryOfBrnch" type="CountryCode" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kraj oddziału</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Country of the branch that received the order from the client or made an investment decision for a client in accordance with a discretionary mandate given to it by the client.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PartyIdentification79__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikacja strony</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Set of elements used to identify an account owner and the associated decision maker.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="AcctOwnr" type="PartyIdentification76__1" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Właściciel konta</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the account which is used to acquire or sell financial instruments.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="DcsnMakr" type="PersonOrOrganisation2Choice__1" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Podejmujący decyzję</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the person who makes the decision on the financial instrument, acquire in case the of a buyer or to sell in case of the seller.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="PercentageRate">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wartośc procentowa</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Rate expressed as a percentage, ie, in hundredths, eg, 0.7 is 7/10 of a percent, and 7.0 is 7%.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="10"/>
			<xs:totalDigits value="11"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="PersonIdentification10__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikacja osoby</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous way to identify a person.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="FrstNm" type="ESMA_EeaEuropeanAlphabetMax140_Pattern">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Imię</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">First name of a person (also known as given name).</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Nm" type="ESMA_EeaEuropeanAlphabetMax140_Pattern">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Nazwisko</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Name by which a party is known and which is usually used to identify that party.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="BirthDt" type="ISODate">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Data urodzenia</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Date on which a person is born.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Othr" type="GenericPersonIdentification1__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Inne</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Unique identification of a person, as assigned by an institution, using an identification scheme.&#13;
&#13;
Usage: &#13;
In the scope of MIFIR, the scheme name is restricted to a passport number (use of code CCPT), any other national identifier (use of code NIDN) or CONCAT (use of proprietary with value CONCAT).&#13;
Issuer field will be ignored and should not be populated by reporting parties.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PersonIdentification12__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikacja osoby</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the identification of a person.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="CtryOfBrnch" type="CountryCode">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kraj oddziału</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Branch where the trader is located.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Othr" type="GenericPersonIdentification1__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Inne</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Unique identification of a person, as assigned by an institution, using an identification scheme.&#13;
&#13;
Usage: &#13;
In the scope of MIFIR, the scheme name is restricted to a passport number (use of code CCPT), any other national identifier (use of code NIDN) or CONCAT (use of proprietary with value CONCAT).&#13;
Issuer field will be ignored and should not be populated by reporting parties.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PersonIdentificationSchemeName1Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wybór schematu identyfikacji</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Sets of elements to identify a name of the identification scheme.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Cd" type="ESMA_NindCcpt_Pattern">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Kod</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme, in a coded form as published in an external list.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Prtry" type="ESMA_Concat_Pattern">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Dowolny tekst</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme, in a free text form.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PersonOrOrganisation1Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Osoba lub instytucja</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the identification of a person or an organisation.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="LEI" type="LEIIdentifier">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>LEI</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Legal entity identifier of the party.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="MIC" type="MICIdentifier">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>MIC</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Market identifier code of the party.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Prsn" type="PersonIdentification10__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Ososba</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Identification of a person.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Intl" type="InternalPartyRole1Code">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Wewnętrzna (internal party)</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Identifies internal party.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ShrtCd" type="ShortCode">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Short code</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Short code</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PersonOrOrganisation2Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Ososba / instytucja</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the identification of a person or an organisation.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="LEI" type="LEIIdentifier">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>LEI</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Legal entity identifier of the party.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Prsn" type="PersonIdentification10__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Osoba</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Identification of a person.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ShrtCd" type="ShortCode">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Short code</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Short code</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="PhysicalTransferType4Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Typ transferu fizycznego</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the asset delivery type when the financial instrument is settled.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="PHYS">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Fizyczny</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Physical transfer.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="OPTL">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Opcjonalny</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Determined by a third party or optional for counterparty.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CASH">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Pieniężny</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Cash transfer.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PlusOrMinusIndicator">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wskaźnik plus/minus</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Indicates a positive or negative value.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:boolean"/>
	</xs:simpleType>
	<xs:simpleType name="PriceStatus1Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Status ceny</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the status of the price of a financial instrument.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="PNDG">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Oczekujący</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Price is pending.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="NOAP">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Nie dotyczy</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">No price for transaction (e.g. transfer between accounts).</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PriceStatus1Code__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Status ceny</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the status of the price of a financial instrument.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="PNDG">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Oczekujący</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Price is pending.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="RateBasis1Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Podstawa stawki</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies a rate basis.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="DAYS">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Dzienna</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Rate is reported in days.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="MNTH">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Miesięczna</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Rate is reported in months.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="WEEK">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Tygodniowa</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Rate is reported in weeks.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="YEAR">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Roczna</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Rate is reported in years.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="RegulatoryTradingCapacity1Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod Trading Capacity</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the regulatory trading capacity.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="MTCH">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Matched Principal</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Transaction was carried out as a matched principal trading under Article 4(38) of Directive 2014/65/EU.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="DEAL">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>DealOnOwnAccount</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Transaction was carried out as a deal under own account under Article 4(6) of Directive 2014/65/EU.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AOTC">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>AnyOtherCapacity</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Transaction was carried out as an agent.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="ReportingTransactionType1Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Typ transakcji (nowa / usunięcie)</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Choice between a new or a cancellation transaction.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="New" type="SecuritiesTransactionReport4__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Nowa</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Transaction is a newly reported transaction.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Cxl" type="SecuritiesTransactionReport2__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Usunięcie</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Transaction is a cancellation transaction.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="ReportingWaiverType1Code">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ReportingWaiverType1Code</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the type of regulatory reporting pre-trade waiver.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="OILQ">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">NegotiatedTransactionInIlliquidFinancialInstrument</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Pre-trade waiver was for a negotiated transaction in illiquid financial instruments. Applicable to equity instruments.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="NLIQ">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">NegotiatedTransactionInLiquidFinancialInstrument</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Pre-trade waiver was for a negotiated transaction in liquid financial instruments. Applicable to equity instruments.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PRIC">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">NegotiatedTransactionWithConditions</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Pre-trade waiver was for a negotiated transaction subject to conditions other than the current market price of that financial instruments. Applicable to equity instruments.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ILQD">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">IlliquidInstrumentTransaction</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Pre-trade waiver was for an illiquid instrument transaction. Applicable to non-equity instruments.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RFPT">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">ReferencePriceTransaction</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Pre-trade waiver was for a reference price transaction. Applicable to equity instruments.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SIZE">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">AboveSpecificSizeTransaction</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Pre-trade waiver was for an above specific size transaction. Applicable to non-equity instruments.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ReportingWaiverType3Code">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ReportingWaiverType3Code</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the type of regulatory reporting pre-trade waiver.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="BENC">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">BenchmarkTransaction</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Benchmark transaction.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ACTX">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">AgencyCrossTransaction</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Agency cross transaction.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ILQD">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">IlliquidInstrumentTransaction</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Pre-trade waiver was for an illiquid instrument transaction. Applicable to non-equity instruments.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SIZE">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">AboveSpecificSizeTransaction</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Pre-trade waiver was for an above specific size transaction. Applicable to non-equity instruments.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CANC">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">Cancellations</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Cancellations.&#13;
</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AMND">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">Amendments</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Amendments</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SDIV">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">SpecialDividendTransaction</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Special dividend transactions.&#13;
</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RPRI">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">TransactionWithPriceImprovment</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Transactions which have received price improvement. Applicable to equity instruments.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="DUPL">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">DuplicativeTradeReport</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Duplicative trade reports</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LRGS">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">LargeInScale</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Large-in-scale transactions.  Applicable for all instruments.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="TNCP">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">TransactionNotContributingToPriceDiscovery</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Transactions not contributing to the price discovery process for the purposes of Article 23 of Regulation (EU) No 600/2014</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="TPAC">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">PackageTransaction</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Package transaction</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="XFPH">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">ExchangeForPhysical</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Transaction where the contract  on a commodity is exchanged for the actual physical good.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ShortCode">
		<xs:annotation>
			<xs:documentation>Short code</xs:documentation>
			<xs:appinfo>
				<NmPL>Short code</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="16"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="SecuritiesTransaction1__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Szczegóły transakcji</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Provides the details of the reported transaction.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="TradDt" type="ISONormalisedDateTime">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Data transakcji</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Specifies the date/time on which the trade was executed.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TradgCpcty" type="RegulatoryTradingCapacity1Code">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Trading Capacity</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indication of whether the transaction results from the reporting firm carrying out matched principal trading under Article 4(38) of Directive 2014/65/EU or dealing on own account under Article 4(6) of Directive 2014/65/EU, or where the transaction does not result from the reporting firm carrying out matched principal trading or dealing on own account, the field shall indicate that the transaction was carried out under any other capacity.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Qty" type="FinancialInstrumentQuantity25Choice__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wolumen</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Number of units of the financial instrument, or the number of derivative contracts in the transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="DerivNtnlChng" type="VariationType1Code" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Zmiana wartości  nominalnej</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates as to whether an increase or a decrease of notional of derivative contracts has taken place.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Pric" type="SecuritiesTransactionPrice4Choice">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kurs</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Traded price of the transaction excluding, where applicable, commission and accrued interest.&#13;
In the case of option contracts, it is the premium of the derivative contract per underlying security or index point.&#13;
In the case of spread bets it should be the reference price of the direct underlying instrument.&#13;
Where price is currently not available but pending, the value should be ’PNDG’.&#13;
For CDS it should be the coupon in basis points. &#13;
Where price reported in monetary terms, it shall be provided in the major currency unit.&#13;
Where price is not applicable the field should be left blank.&#13;
</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="NetAmt" type="ImpliedCurrencyAndAmount" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wartość netto</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Net amount of the transaction means the cash amount which is paid by the buyer of the debt instrument upon the settlement of the transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TradVn" type="MICIdentifier">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>kod rynku</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identification of the venue where the transaction was executed.&#13;
&#13;
Usage: &#13;
Use the ISO 10383 segment MIC (4 characters) for financial instruments executed on a MiFID trading venue, System Internaliser (SI) or non-EU organised trading platform. Where the segment MIC does not exist, use the operating MIC. &#13;
&#13;
Use MIC code ‘XOFF’ for financial instruments admitted to trading or traded on a trading venue, where the transaction on that financial instrument is not executed on a MiFID trading venue, SI or non-EU organised trading platform, or where an investment firm does not know it is trading with another investment firm acting as an SI.&#13;
&#13;
Use MIC code ‘XXXX’ for financial instruments that are not admitted to trading or traded on a trading venue or for which no request for admission has been made and that are not traded on an non-EU organised trading platform but where the underlying is admitted to trading or traded on a trading venue.&#13;
</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="CtryOfBrnch" type="CountryCode" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kraj oddziału</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Country of the branch of the investment firm whose market membership was used to execute the transaction.&#13;
&#13;
TBC with item 46.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="UpFrntPmt" type="AmountAndDirection53" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Zapłata z góry</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Monetary value of any up-front payment in basis points of notional received or paid by the seller.&#13;
Where the seller receives the up-front payment, the value populated is positive. Where the seller pays the up-front payment, the value populated is negative.&#13;
For increase or decrease in notional derivative contracts, the number shall reflect the absolute value of the change and shall be expressed as a positive number.&#13;
</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TradPlcMtchgId" type="ESMA_AlphaNumericMax52_Pattern" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Identyfikator miejsca zawarcia transakcji</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Common matching identification when executed on a trade place.&#13;
&#13;
Usage: Must be present when a trade venue has been provided.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="CmplxTradCmpntId" type="ESMA_AlphaNumericCapitalLettersMax35_Pattern" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Identyfikacja składowej transakcji złożonej</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identification, internal to the reporting party to identify all the reports related to the same execution of a combination of financial instruments. The code must be unique for the reporting party for the group of reports for the execution.&#13;
&#13;
Usage:&#13;
Field only applies when the instrument is complex.&#13;
</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionIndicator2__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Dodatkowe atrybuty transakcji</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Provides additional indicators on the transaction.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="WvrInd" type="ReportingWaiverType1Code" minOccurs="0" maxOccurs="6">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wkaźnik wyłączenia</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates whether the transaction was executed under a pre-trade waiver.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ShrtSellgInd" type="Side5Code" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wskaźnik krótkiej sprzedaży</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates a short sell concluded by the investment agent on its own accounts or on behalf of a client, as described in Article 10.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OTCPstTradInd" type="ReportingWaiverType3Code" minOccurs="0" maxOccurs="13">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wskaźnik OTC Post trade</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates the type of transaction in accordance to Articles 20(3)(a) and 21(5)(a) of regulation (EU) 600/2014. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="RskRdcgTx" type="TrueFalseIndicator" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Transakcja ograniczjąca ryzyko</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates whether the transaction is objectively measurable as reducing risks directly relating to the commercial activity of the entity executing the transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SctiesFincgTxInd" type="TrueFalseIndicator">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wskaźnik transakcji SFTR</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates whether the transaction falls within the scope of activity to be reported under the Securities Financing Transactions Regulation.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionPrice1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kurs</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Descriptive fields capturing where no strike price is known.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Pdg" type="PriceStatus1Code">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Oczekujący</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Price is currently not available, but pending.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Ccy" type="ActiveOrHistoricCurrencyCode" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kod waluty</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Currency that will be used but for which no price is yet known.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionPrice1__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kurs</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Descriptive fields capturing where no strike price is known.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Pdg" type="PriceStatus1Code__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Oczekujący</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Price is currently not available, but pending.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Ccy" type="ActiveOrHistoricCurrencyCode" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kod waluty</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Currency that will be used but for which no price is yet known.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionPrice2Choice">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kurs</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Choice to define the price of the securities transaction.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="MntryVal" type="AmountAndDirection61">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Wartość monetarna</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Price expressed as a monetary value.&#13;
&#13;
Usage:&#13;
Within the scope of MiFIR, this element captures fields 31 and 32.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Pctg" type="PercentageRate">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Wartośc procentowa</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Price expressed as a rate, that is a percentage.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Yld" type="PercentageRate">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Stopa odsetkowa</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Price expressed as a yield.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="BsisPts" type="DecimalNumber">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Punkty bazowe</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Price expressed as basis points</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionPrice4Choice">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kurs</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Choice element capturing strike price related descriptive information.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Pric" type="SecuritiesTransactionPrice2Choice">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Kurs</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Predetermined price at which the holder will have to buy or sell the underlying instrument.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="NoPric" type="SecuritiesTransactionPrice1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Brak kursu</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Captures where no price is yet known.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionPrice4Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kurs</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Choice element capturing strike price related descriptive information.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Pric" type="SecuritiesTransactionPrice2Choice">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Kurs</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Predetermined price at which the holder will have to buy or sell the underlying instrument.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="NoPric" type="SecuritiesTransactionPrice1__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Brak kursu</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Captures where no price is yet known.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionReport2__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Raport</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Details of the securities transaction report.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="TxId" type="ESMA_AlphaNumericMax52_Pattern">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Identyfikacja transakcji</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of the transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ExctgPty" type="LEIOrMemberIdentifier">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Strona wykonujaca</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identification of the entity executing the transaction. &#13; &#13; Usage:&#13;
			For legal entities, use the legal entity identifier. For non-legal entities, this field shall be populated with an identifier as specified in Article 7 of this Regulation.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SubmitgPty" type="LEIOrMemberIdentifier">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Strona przekazująca</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Entity submitting the transaction report to the competent authority.&#13;</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionReport4__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Raport</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Details of the securities transaction report.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="TxId" type="ESMA_AlphaNumericMax52_Pattern">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Identyfikacja transakcji</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of the transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ExctgPty" type="LEIOrMemberIdentifier">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Strona wykonująca</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identification of the entity executing the transaction. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="InvstmtPtyInd" type="TrueFalseIndicator">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wskaźnik firmy inwestycyjnej</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates whether the reporting party is defined as an investment firm under the local regulation or not.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SubmitgPty" type="LEIOrMemberIdentifier">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Strona przekazująca</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Entity submitting the transaction report to the competent authority.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Buyr" type="PartyIdentification79__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kupujący</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the acquirer of the legal title to the financial instrument.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Sellr" type="PartyIdentification79__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Sprzedający</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the seller of the legal title to the financial instrument.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OrdrTrnsmssn" type="SecuritiesTransactionTransmission2">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Transfer zlecenia</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indication as to whether the transaction results from an order  transmitted by the reporting of a client to a third party.&#13;
&#13;
Usage: Only applicable when the conditions for transmission are not satisfied.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Tx" type="SecuritiesTransaction1__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Transakcja</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Provides the details of the reported transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="FinInstrm" type="FinancialInstrumentAttributes3Choice__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Instrument finansowy</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Financial instrument representing a sum of rights of the investor vis-a-vis the issuer.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="InvstmtDcsnPrsn" type="InvestmentParty1Choice__1" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Osoba podejmująca decyzję</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the person or algorithm which is responsible within the reporting party for the investment decision. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ExctgPrsn" type="ExecutingParty1Choice__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Ososba wykonująca</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Person or algorithm responsible for the execution of the transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AddtlAttrbts" type="SecuritiesTransactionIndicator2__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Dodatkowe atrybuty</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Provides additional indicators on the reported transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionTransmission2">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Transfer transakcji</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the securities order transmission attributes.&#13;
</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="TrnsmssnInd" type="TrueFalseIndicator">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wskaźnik transmisji</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indication as to whether the transaction results from an order  transmitted by the reporting of a client to a third party.&#13;
&#13;
Usage: Only applicable when the conditions for transmission are not satisfied.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TrnsmttgBuyr" type="TransmittingParty" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Przekazujący kupujący</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the buyer transmitting the order to the reporting firm. &#13;
&#13;
Usage: Only required for reporting firms reporting transactions on behalf of order transmitting firm. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TrnsmttgSellr" type="TransmittingParty" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Przekazujący sprzedający</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the seller transmitting the order to the reporting firm. &#13;
&#13;
Usage: Only required for reporting firms reporting transactions on behalf of order transmitting firm. </xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecurityInstrumentDescription11__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Opis instrumentu finansowego</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Identifies the security instrument by its name and typical characteristics.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Id" type="ISINOct2015Identifier" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Identyfikator</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the financial instrument using an ISIN.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="FullNm" type="ESMA_AlphaNumericAdditionalCharactersMax350_Pattern">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Nazwa pełna</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Full name or description of the financial instrument.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ClssfctnTp" type="CFIOct2015Identifier">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kod CFI</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Classification type of the financial instrument, as per the ISO Classification of Financial Instrument (CFI) codification, that is common share with voting rights, fully paid, or registered.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="NtnlCcy" type="ActiveOrHistoricCurrencyCode" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kod waluty</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Currency in which the notional is denominated. &#13;
&#13;
Usage:&#13;
Within MiFIR, in the case of an interest rate or currency derivative contract, this will be the notional currency of leg 1 or the currency 1 of the pair.&#13;
&#13;
Within MiFIR, in the case of swaptions where the underlying swap is single-currency, this will be the notional currency of the underlying swap. For swaptions where the underlying is multi-currency, this will be the notional currency of leg 1 of the swap.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecurityInstrumentDescription13__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Opis instrumentu</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Identifies the security instrument by its name and typical characteristics.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="FinInstrmGnlAttrbts" type="SecurityInstrumentDescription11__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Atrybuty instrumentu finansowego</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Attributes and characteristics of the financial instrument.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="DebtInstrmAttrbts" type="DebtInstrument4" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Atrybuty instrumentu dłużnego</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Attributes specific to debt instruments.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="DerivInstrmAttrbts" type="DerivativeInstrument6__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Atrybuty instrumentu pochodnego</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Attributes specific to derivative instruments.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="Side5Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Strona</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Side taken by a party on an order.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="SESH">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Krótka sprzedaż</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">An order to sell a security that the seller does not own; a sale effected by delivering a security borrowed by, or for the account of, the seller. Can only be executed on a plus or zero plus tick.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SELL">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Sprzedaż</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Order is sell driven.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SSEX">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wyłączona krótka sprzedaż</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Short sale exempt from short-sale rules.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="UNDI">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>NIeujawniona</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">The side of the indication of interest is not disclosed.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="SwapLegIdentification2__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikacja SWAP</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Details of the legs of swap transaction.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="SwpIn" type="FinancialInstrumentIdentification7Choice__1" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Swap in</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Instrument received by the buyer.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SwpOut" type="FinancialInstrumentIdentification7Choice__1" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Swap out</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Instrument paid by the buyer.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TransmittingParty">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Przekazujący</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Details of transmitting party.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="LEI" type="LEIIdentifier">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>LEI</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Legal entity identifier of the party.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ShrtCd" type="ShortCode">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Short code</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Short code</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="TrueFalseIndicator">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wskaźnik prawda/fałsz</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">A flag indicating a True or False value.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:boolean"/>
	</xs:simpleType>
	<xs:complexType name="UnderlyingIdentification2Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikator</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Details of the underlying of a security transaction.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Swp" type="SwapLegIdentification2__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Swap</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Underlying of a swap transaction.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Othr" type="FinancialInstrumentIdentification7Choice__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Inne</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Underlying of any other type of transaction.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="VariationType1Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Rodzaj odchylenia</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the type of variation.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="DECR">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Spadek</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Decrease to undertaking amount.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="INCR">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Przyrost</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Increase to undertaking amount.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
