Struktura komunikatu: Ankieta OTC – odpowiedź uczestnika (otcc.pll.001.01)


Komunikat z informacją o spreadach bid-ask dla wskazanych instrumentów pochodnych OTC przesyłany przez uczestników rozliczających KDPW_CCP.

KDPWDocument- Komunikat systemu KDPW_CCP (element)

Opis Komunikat systemu KDPW_CCP
Typ KDPWDocument
Źródło <xs:element name="KDPWDocument" type="KDPWDocument" />

Code4Text- Kwalifikator (typ prosty)

Opis Kwalifikator, kod
Typ Pochodna typu: xs:string
Format Min. długość=4

Maks. długość=4

Źródło <xs:simpleType name="Code4Text" >

   <xs:restriction base="xs:string" >

     <xs:whiteSpace value="collapse" />

     <xs:minLength value="4" />

     <xs:maxLength value="4" />

   </xs:restriction>

</xs:simpleType>

CurrencyCode- Kod waluty (typ prosty)

Opis Kod waluty
Typ Pochodna typu: xs:string
Format xs:pattern=[A-Z]{3,3}

Źródło <xs:simpleType name="CurrencyCode" >

   <xs:restriction base="xs:string" >

     <xs:pattern value="[A-Z]{3,3}" />

   </xs:restriction>

</xs:simpleType>

DateAndDateTimeChoice- Data i czas (typ złożony)

Opis Data i czas
Elementy

składowe
Dt

DtTm

Źródło <xs:complexType name="DateAndDateTimeChoice" >

   <xs:sequence >

     <xs:choice >

       <xs:element name="Dt" type="ISODate" />

       <xs:element name="DtTm" type="ISODateTime" />

     </xs:choice>

   </xs:sequence>

</xs:complexType>

DateAndDateTimeChoice/Dt- Data (element)

Opis Data
Typ ISODate
Źródło <xs:element name="Dt" type="ISODate" />

DateAndDateTimeChoice/DtTm- Data i czas (element)

Opis Data i czas
Typ ISODateTime
Źródło <xs:element name="DtTm" type="ISODateTime" />

FunctionOfMessage- Funkcja komunikatu (typ prosty)

Opis Funkcja komunikatu
Typ Pochodna typu: xs:string
Format
Kod Opis
NEWM Nowa odpowiedź
Źródło <xs:simpleType name="FunctionOfMessage" >

   <xs:restriction base="xs:string" >

     <xs:enumeration value="NEWM" />

   </xs:restriction>

</xs:simpleType>

GeneralInformation- Informacje ogólne (typ złożony)

Opis Informacje ogólne
Elementy

składowe
SndrMsgRef

FuncOfMsg

CreDtTm{0,1}

Źródło <xs:complexType name="GeneralInformation" >

   <xs:sequence >

     <xs:element name="SndrMsgRef" type="Max16Text" />

     <xs:element name="FuncOfMsg" type="FunctionOfMessage" />

     <xs:element name="CreDtTm" type="DateAndDateTimeChoice" minOccurs="0" />

   </xs:sequence>

</xs:complexType>

GeneralInformation/SndrMsgRef- Identyfikator komunikatu (element)

Opis Identyfikator komunikatu utworzony przez nadawcę
Typ Max16Text
Źródło <xs:element name="SndrMsgRef" type="Max16Text" />

GeneralInformation/FuncOfMsg- Funkcja komunikatu (element)

Opis Funkcja komunikatu
Typ FunctionOfMessage
Źródło <xs:element name="FuncOfMsg" type="FunctionOfMessage" />

GeneralInformation/CreDtTm- Data utworzenia komunikatu (element)

Opis Data utworzenia komunikatu
Typ DateAndDateTimeChoice
Źródło <xs:element name="CreDtTm" type="DateAndDateTimeChoice" minOccurs="0" />

SpreadValue- Wartość spreadu (typ złożony)

Opis Wartość spreadu
Elementy

składowe
InstrId

Val

Źródło <xs:complexType name="SpreadValue" >

   <xs:sequence >

     <xs:element name="InstrId" type="Max16Text" />

     <xs:element name="Val" type="SpreadDecimal" />

   </xs:sequence>

</xs:complexType>

SpreadValue/InstrId- Identyfikator instrumentu (element)

Opis Identyfikator instrumentu
Typ Max16Text
Źródło <xs:element name="InstrId" type="Max16Text" />

SpreadValue/Val- Bid-ask spread (element)

Opis Bid-ask spread kwotowany przez uczestnika dla wskazanego id instrumentu, wyrażony w punktach bazowych
Typ SpreadDecimal
Źródło <xs:element name="Val" type="SpreadDecimal" />

ISODate- Data (typ prosty)

Opis Data
Typ Pochodna typu: xs:date
Format
Źródło <xs:simpleType name="ISODate" >

   <xs:restriction base="xs:date" >

   </xs:restriction>

</xs:simpleType>

ISODateTime- Data i czas (typ prosty)

Opis Data i czas
Typ Pochodna typu: xs:dateTime
Format
Źródło <xs:simpleType name="ISODateTime" >

   <xs:restriction base="xs:dateTime" >

   </xs:restriction>

</xs:simpleType>

KDPWDocument- Komunikat systemu (typ złożony)

Opis Komunikat systemu CCP OTC
Atrybuty
Nazwa Opis Typ
Sndr Nadawca KDPWMemberIdentifier
Rcvr Odbiorca KDPWMemberIdentifier
Elementy

składowe
otcc.pll.001.01

Źródło <xs:complexType name="KDPWDocument" >

   <xs:sequence >

     <xs:element name="otcc.pll.001.01" type="otcc.pll.001.01" />

   </xs:sequence>

  < xs:attribute name="Sndr" type="KDPWMemberIdentifier" use="required" />

  < xs:attribute name="Rcvr" type="KDPWMemberIdentifier" use="required" />

</xs:complexType>

KDPWDocument/otcc.pll.001.01- Ankieta OTC – odpowiedź uczestnika (element)

Opis Ankieta OTC – odpowiedź uczestnika
Typ otcc.pll.001.01
Źródło <xs:element name="otcc.pll.001.01" type="otcc.pll.001.01" />

KDPWMemberIdentifier- Identyfikator uczestnika KDPW_CCP (typ prosty)

Opis Identyfikator uczestnika KDPW_CCP
Typ Pochodna typu: xs:string
Format Min. długość=4

Maks. długość=4

Źródło <xs:simpleType name="KDPWMemberIdentifier" >

   <xs:restriction base="xs:string" >

     <xs:whiteSpace value="collapse" />

     <xs:minLength value="4" />

     <xs:maxLength value="4" />

   </xs:restriction>

</xs:simpleType>

Max4Text- Tekst (typ prosty)

Opis Tekst o maksymalnej długości 4 znaków
Typ Pochodna typu: xs:string
Format Min. długość=1

Maks. długość=4

Źródło <xs:simpleType name="Max4Text" >

   <xs:restriction base="xs:string" >

     <xs:whiteSpace value="collapse" />

     <xs:minLength value="1" />

     <xs:maxLength value="4" />

   </xs:restriction>

</xs:simpleType>

Max16Text- Tekst (typ prosty)

Opis Tekst o maksymalnej długości 16 znaków
Typ Pochodna typu: xs:string
Format Min. długość=1

Maks. długość=16

Źródło <xs:simpleType name="Max16Text" >

   <xs:restriction base="xs:string" >

     <xs:minLength value="1" />

     <xs:maxLength value="16" />

   </xs:restriction>

</xs:simpleType>

Max16TextCollapse- Tekst (typ prosty)

Opis Tekst o maksymalnej długości 16 znaków
Typ Pochodna typu: xs:string
Format Min. długość=1

Maks. długość=16

Źródło <xs:simpleType name="Max16TextCollapse" >

   <xs:restriction base="xs:string" >

     <xs:whiteSpace value="collapse" />

     <xs:minLength value="1" />

     <xs:maxLength value="16" />

   </xs:restriction>

</xs:simpleType>

SpreadDecimal- Spread (typ prosty)

Opis Spread decimal 14,2
Typ Pochodna typu: xs:decimal
Format Min. wartość=0

Max. wartość=1000000000000

Liczba znaków po przecinku=2

Liczba znaków=14

Źródło <xs:simpleType name="SpreadDecimal" >

   <xs:restriction base="xs:decimal" >

     <xs:minInclusive value="0" />

     <xs:maxExclusive value="1000000000000" />

     <xs:fractionDigits value="2" />

     <xs:totalDigits value="14" />

   </xs:restriction>

</xs:simpleType>

PollDetails- Ankieta (typ złożony)

Opis Ankieta
Elementy

składowe
PollId

SpreadVal{1,unbounded}

Źródło <xs:complexType name="PollDetails" >

   <xs:sequence >

     <xs:element name="PollId" type="Max16Text" />

     <xs:element name="SpreadVal" type="SpreadValue" maxOccurs="unbounded" />

   </xs:sequence>

</xs:complexType>

PollDetails/PollId- Identyfikator ankiety (element)

Opis Identyfikator ankiety
Typ Max16Text
Źródło <xs:element name="PollId" type="Max16Text" />

PollDetails/SpreadVal- Spread (element)

Opis Spread
Typ SpreadValue
Źródło <xs:element name="SpreadVal" type="SpreadValue" maxOccurs="unbounded" />

otcc.pll.001.01- Ankieta OTC – odpowiedź uczestnika (typ złożony)

Opis Ankieta OTC – odpowiedź uczestnika
Elementy

składowe
GnlInf

Poll

Źródło <xs:complexType name="otcc.pll.001.01" >

   <xs:sequence >

     <xs:element name="GnlInf" type="GeneralInformation" />

     <xs:element name="Poll" type="PollDetails" />

   </xs:sequence>

</xs:complexType>

otcc.pll.001.01/GnlInf- Informacje ogólne (element)

Opis Blok informacji ogólnych
Typ GeneralInformation
Źródło <xs:element name="GnlInf" type="GeneralInformation" />

otcc.pll.001.01/Poll- Ankieta (element)

Opis Ankieta
Typ PollDetails
Źródło <xs:element name="Poll" type="PollDetails" />