Struktura komunikatu: Informacja o aktualizacji funduszu rozliczeniowego lub funduszu zabezpieczającego (colr.sgf.001.03)


Informacja o aktualizacji funduszu rozliczeniowego lub funduszu zabezpieczającego przekazywana uczestnikom przez KDPW_CCP.

KDPWDocument- Komunikat systemu KDPW (element)

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

Amount- Wartość (typ prosty)

Opis Wartość
Typ Pochodna typu: xs:decimal
Format Min. wartość=0

Liczba znaków po przecinku=2

Liczba znaków=14

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

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

     <xs:minInclusive value="0" />

     <xs:fractionDigits value="2" />

     <xs:totalDigits value="14" />

   </xs:restriction>

</xs:simpleType>

BalanceAndSide- Wartość i strona salda (typ złożony)

Opis Wartość i strona salda
Elementy

składowe
Bal

CdtDbtInd

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

   <xs:sequence >

     <xs:element name="Bal" type="Amount" />

     <xs:element name="CdtDbtInd" type="CreditDebitCode" />

   </xs:sequence>

</xs:complexType>

BalanceAndSide/Bal- Wartość salda (element)

Opis Wartość salda
Typ Amount
Źródło <xs:element name="Bal" type="Amount" />

BalanceAndSide/CdtDbtInd- Znak strony salda (element)

Opis Znak strony salda
Typ CreditDebitCode
Źródło <xs:element name="CdtDbtInd" type="CreditDebitCode" />

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>

CreditDebitCode- Wskaźnik zobowiązań/należności (typ prosty)

Opis Kody wskazujące stronę salda
Typ Pochodna typu: xs:string
Format
Kod Opis
CRDT Należności (uznanie uczestnika)
DBIT Zobowiązania (obciążenie uczestnika)
Źródło <xs:simpleType name="CreditDebitCode" >

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

     <xs:enumeration value="CRDT" />

     <xs:enumeration value="DBIT" />

   </xs:restriction>

</xs:simpleType>

CurrencyAndAmount- Wartość i kod waluty (typ złożony)

Opis Wartość i kod waluty
Typ Pochodna typu: Amount
Atrybuty
Nazwa Opis Typ
Ccy Kod waluty CurrencyCode
Źródło <xs:complexType name="CurrencyAndAmount" >

   <xs:simpleContent>

     <xs:extension base="Amount" >

      < xs:attribute name="Ccy" type="CurrencyCode" use="required" />

     </xs:extension>

   </xs:simpleContent>

</xs:complexType>

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" />

FundInformation- Informacje o wartości wpłaty do funduszu (typ złożony)

Opis Informacje o wartości wpłaty do funduszu
Elementy

składowe
FndCd

StsTp

FndVal

SttlmDt{0,1}

FndMmbLEI

SttlmMmbId

PngAgtId

ReqdCntrbtn{0,1}

MinCntrbtn{0,1}

MaxSctyVal{0,1}

AccptdSctyVal{0,1}

AccptdFrgnCcyVal{0,1}

PrvsCshCntrbtn{0,1}

FcstCntrbtn{0,1}

UpdtdBal{0,1}

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

   <xs:sequence >

     <xs:element name="FndCd" type="Code4Text" />

     <xs:element name="StsTp" type="Code4Text" />

     <xs:element name="FndVal" type="Amount" />

     <xs:element name="SttlmDt" type="ISODate" minOccurs="0" />

     <xs:element name="FndMmbLEI" type="LEIIdentifier" />

     <xs:element name="SttlmMmbId" type="KDPWMemberIdentifier" />

     <xs:element name="PngAgtId" type="KDPWMemberIdentifier" />

     <xs:element name="ReqdCntrbtn" type="Amount" minOccurs="0" />

     <xs:element name="MinCntrbtn" type="Amount" minOccurs="0" />

     <xs:element name="MaxSctyVal" type="Amount" minOccurs="0" />

     <xs:element name="AccptdSctyVal" type="Amount" minOccurs="0" />

     <xs:element name="AccptdFrgnCcyVal" type="Amount" minOccurs="0" />

     <xs:element name="PrvsCshCntrbtn" type="Amount" minOccurs="0" />

     <xs:element name="FcstCntrbtn" type="Amount" minOccurs="0" />

     <xs:element name="UpdtdBal" type="BalanceAndSide" minOccurs="0" />

   </xs:sequence>

</xs:complexType>

FundInformation/FndCd- Kod funduszu (element)

Opis Kod funduszu
Typ Code4Text
Źródło <xs:element name="FndCd" type="Code4Text" />

FundInformation/StsTp- Rodzaj informacji (prognozy/aktualizacja) (element)

Opis Rodzaj informacji (prognozy/aktualizacja)
Typ Code4Text
Źródło <xs:element name="StsTp" type="Code4Text" />

FundInformation/FndVal- Wyznaczona wartość funduszu (element)

Opis Wyznaczona wartość funduszu
Typ Amount
Źródło <xs:element name="FndVal" type="Amount" />

FundInformation/SttlmDt- Data regulacji (element)

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

FundInformation/FndMmbLEI- Kod LEI uczestnika funduszu (element)

Opis Kod LEI uczestnika funduszu
Typ LEIIdentifier
Źródło <xs:element name="FndMmbLEI" type="LEIIdentifier" />

FundInformation/SttlmMmbId- Kod uczestnika regulującego zobowiązania (element)

Opis Kod uczestnika regulującego zobowiązania
Typ KDPWMemberIdentifier
Źródło <xs:element name="SttlmMmbId" type="KDPWMemberIdentifier" />

FundInformation/PngAgtId- Kod płatnika (element)

Opis Kod płatnika
Typ KDPWMemberIdentifier
Źródło <xs:element name="PngAgtId" type="KDPWMemberIdentifier" />

FundInformation/ReqdCntrbtn- Wymagana wartość wpłaty (element)

Opis Wymagana wartość wpłaty
Typ Amount
Źródło <xs:element name="ReqdCntrbtn" type="Amount" minOccurs="0" />

FundInformation/MinCntrbtn- Wartość wpłaty minimalnej (element)

Opis Wartość wpłaty minimalnej
Typ Amount
Źródło <xs:element name="MinCntrbtn" type="Amount" minOccurs="0" />

FundInformation/MaxSctyVal- Wartość maksymalnej wpłaty w papierach wartościowych (element)

Opis Wartość maksymalnej wpłaty w papierach wartościowych
Typ Amount
Źródło <xs:element name="MaxSctyVal" type="Amount" minOccurs="0" />

FundInformation/AccptdSctyVal- Wartość papierów wartościowych zaliczona na poczet wpłaty (element)

Opis Wartość papierów wartościowych zaliczona na poczet wpłaty
Typ Amount
Źródło <xs:element name="AccptdSctyVal" type="Amount" minOccurs="0" />

FundInformation/AccptdFrgnCcyVal- Wartość środków pieniężnych w walucie obcej zaliczona na poczet wpłaty (element)

Opis Wartość środków pieniężnych w walucie obcej zaliczona na poczet wpłaty
Typ Amount
Źródło <xs:element name="AccptdFrgnCcyVal" type="Amount" minOccurs="0" />

FundInformation/PrvsCshCntrbtn- Dotychczasowa wartość wpłaty w środkach pieniężnych PLN (element)

Opis Dotychczasowa wartość wpłaty w środkach pieniężnych PLN
Typ Amount
Źródło <xs:element name="PrvsCshCntrbtn" type="Amount" minOccurs="0" />

FundInformation/FcstCntrbtn- Wkład prognozowany (element)

Opis Wkład prognozowany
Typ Amount
Źródło <xs:element name="FcstCntrbtn" type="Amount" minOccurs="0" />

FundInformation/UpdtdBal- Saldo zobowiązań i należności (element)

Opis Saldo zobowiązań i należności
Typ BalanceAndSide
Źródło <xs:element name="UpdtdBal" type="BalanceAndSide" minOccurs="0" />

FunctionOfMessage- Funkcja komunikatu (typ prosty)

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

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

     <xs:enumeration value="NEWM" />

   </xs:restriction>

</xs:simpleType>

FundMemberObligations- Zobowiązania uczestnikai (typ złożony)

Opis Zobowiązania uczestnika rozliczane przez wskazanego płatnika
Elementy

składowe
FndMmbLEI

SttlmMmbId

FndCd

UpdtdBal

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

   <xs:sequence >

     <xs:element name="FndMmbLEI" type="LEIIdentifier" />

     <xs:element name="SttlmMmbId" type="KDPWMemberIdentifier" />

     <xs:element name="FndCd" type="Code4Text" />

     <xs:element name="UpdtdBal" type="BalanceAndSide" />

   </xs:sequence>

</xs:complexType>

FundMemberObligations/FndMmbLEI- Kod LEI uczestnika funduszu (element)

Opis Kod LEI uczestnika funduszu
Typ LEIIdentifier
Źródło <xs:element name="FndMmbLEI" type="LEIIdentifier" />

FundMemberObligations/SttlmMmbId- Kod uczestnika regulującego zobowiązania (element)

Opis Kod uczestnika regulującego zobowiązania
Typ KDPWMemberIdentifier
Źródło <xs:element name="SttlmMmbId" type="KDPWMemberIdentifier" />

FundMemberObligations/FndCd- Kod funduszu (element)

Opis Kod funduszu
Typ Code4Text
Źródło <xs:element name="FndCd" type="Code4Text" />

FundMemberObligations/UpdtdBal- Saldo zobowiązań i należności uczestnika (element)

Opis Saldo zobowiązań i należności uczestnika
Typ BalanceAndSide
Źródło <xs:element name="UpdtdBal" type="BalanceAndSide" />

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

Opis Ogólne informacje związane z komunikatem
Elementy

składowe
SndrMsgRef

FuncOfMsg

CreDtTm

ClctnDt

Ź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" />

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

   </xs:sequence>

</xs:complexType>

GeneralInformation/SndrMsgRef- Identyfikator komunikatu utworzony przez nadawcę (element)

Opis Identyfikator komunikatu
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" />

GeneralInformation/ClctnDt- Data aktualizacji (element)

Opis Data aktualizacji (księgowa)
Typ ISODate
Źródło <xs:element name="ClctnDt" type="ISODate" />

IBAN- Kod IBAN (typ prosty)

Opis Numer konta pieniężnego w banku rozliczeniowym
Typ Pochodna typu: xs:string
Format Min. długość=1

Maks. długość=28

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

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

     <xs:whiteSpace value="collapse" />

     <xs:minLength value="1" />

     <xs:maxLength value="28" />

   </xs:restriction>

</xs:simpleType>

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 KDPW (typ złożony)

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

składowe
colr.sgf.001.03

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

   <xs:sequence >

     <xs:element name="colr.sgf.001.03" type="colr.sgf.001.03" />

   </xs:sequence>

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

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

</xs:complexType>

KDPWDocument/colr.sgf.001.03- Informacja o aktualizacji funduszu rozliczeniowego (element)

Opis Informacja o aktualizacji funduszu rozliczeniowego
Typ colr.sgf.001.03
Źródło <xs:element name="colr.sgf.001.03" type="colr.sgf.001.03" />

KDPWMarketIdentifier- Identyfikator rynku KDPW (typ prosty)

Opis Identyfikator rynku KDPW
Typ Pochodna typu: xs:string
Format Min. długość=2

Maks. długość=2

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

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

     <xs:whiteSpace value="collapse" />

     <xs:minLength value="2" />

     <xs:maxLength value="2" />

   </xs:restriction>

</xs:simpleType>

KDPWMemberIdentifier- Identyfikator uczestnika KDPW (typ prosty)

Opis Identyfikator uczestnika KDPW
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>

LEIIdentifier- Kod LEI (typ prosty)

Opis Kod LEI -ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".
Typ Pochodna typu: xs:string
Format xs:pattern=[A-Z0-9]{18,18}[0-9]{2,2}

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

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

     <xs:pattern value="[A-Z0-9]{18,18}[0-9]{2,2}" />

   </xs:restriction>

</xs:simpleType>

Max1Text- Tekst (typ prosty)

Opis Tekst o długości 1 znaku
Typ Pochodna typu: xs:string
Format Min. długość=1

Maks. długość=1

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

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

     <xs:whiteSpace value="collapse" />

     <xs:minLength value="1" />

     <xs:maxLength value="1" />

   </xs:restriction>

</xs:simpleType>

Max2Text- Tekst (typ prosty)

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

Maks. długość=2

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

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

     <xs:whiteSpace value="collapse" />

     <xs:minLength value="1" />

     <xs:maxLength value="2" />

   </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>

PaymentInformation- Wykaz płatności dla wskazanego IBAN (typ złożony)

Opis Wykaz płatności dla wskazanego IBAN
Elementy

składowe
CshAcct

Ccy

SttlmDt

CshTxTp

PngInstnBal{0,1}

FndMmbBal{1,unbounded}

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

   <xs:sequence >

     <xs:element name="CshAcct" type="IBAN" />

     <xs:element name="Ccy" type="CurrencyCode" />

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

     <xs:element name="CshTxTp" type="Code4Text" />

     <xs:element name="PngInstnBal" type="BalanceAndSide" minOccurs="0" />

     <xs:element name="FndMmbBal" type="FundMemberObligations" maxOccurs="unbounded" />

   </xs:sequence>

</xs:complexType>

PaymentInformation/CshAcct- Kod IBAN (element)

Opis Numer konta pieniężnego w banku rozliczeniowym
Typ IBAN
Źródło <xs:element name="CshAcct" type="IBAN" />

PaymentInformation/Ccy- Kod waluty (element)

Opis Kod waluty
Typ CurrencyCode
Źródło <xs:element name="Ccy" type="CurrencyCode" />

PaymentInformation/SttlmDt- Data regulacji zobowiązania (element)

Opis Data regulacji zobowiązania
Typ ISODate
Źródło <xs:element name="SttlmDt" type="ISODate" />

PaymentInformation/CshTxTp- Kod tytułu zlecenia (element)

Opis Kod tytułu zlecenia
Typ Code4Text
Źródło <xs:element name="CshTxTp" type="Code4Text" />

PaymentInformation/PngInstnBal- Saldo zobowiązań i należności płatnika (element)

Opis Saldo zobowiązań i należności płatnika
Typ BalanceAndSide
Źródło <xs:element name="PngInstnBal" type="BalanceAndSide" minOccurs="0" />

PaymentInformation/FndMmbBal- Zobowiązania uczestnika (element)

Opis Zobowiązania uczestnika rozliczane przez wskazanego płatnika.
Typ FundMemberObligations
Źródło <xs:element name="FndMmbBal" type="FundMemberObligations" maxOccurs="unbounded" />

PaymentList- Wykaz płatności (typ złożony)

Opis Wykaz płatności
Elementy

składowe
PngAgtId

PmtInf{1,unbounded}

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

   <xs:sequence >

     <xs:element name="PngAgtId" type="KDPWMemberIdentifier" />

     <xs:element name="PmtInf" type="PaymentInformation" maxOccurs="unbounded" />

   </xs:sequence>

</xs:complexType>

PaymentList/PngAgtId- Kod płatnika (element)

Opis Kod płatnika
Typ KDPWMemberIdentifier
Źródło <xs:element name="PngAgtId" type="KDPWMemberIdentifier" />

PaymentList/PmtInf- Wykaz płatności dla wskazanego IBAN (element)

Opis Wykaz płatności dla wskazanego IBAN
Typ PaymentInformation
Źródło <xs:element name="PmtInf" type="PaymentInformation" maxOccurs="unbounded" />

SettlementGuaranteeFundStatement- Informacje dotyczące aktualizacji (typ złożony)

Opis Informacje dotyczące aktualizacji
Elementy

składowe
Ccy

FndInf{0,unbounded}

PmtLst{0,unbounded}

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

   <xs:sequence >

     <xs:element name="Ccy" type="CurrencyCode" />

     <xs:element name="FndInf" type="FundInformation" minOccurs="0" maxOccurs="unbounded" />

     <xs:element name="PmtLst" type="PaymentList" minOccurs="0" maxOccurs="unbounded" />

   </xs:sequence>

</xs:complexType>

SettlementGuaranteeFundStatement/Ccy- Kod waluty (element)

Opis Kod waluty
Typ CurrencyCode
Źródło <xs:element name="Ccy" type="CurrencyCode" />

SettlementGuaranteeFundStatement/FndInf- Informacje o wartości wpłaty do funduszu (element)

Opis Informacje o wartości wpłaty do funduszu
Typ FundInformation
Źródło <xs:element name="FndInf" type="FundInformation" minOccurs="0" maxOccurs="unbounded" />

SettlementGuaranteeFundStatement/PmtLst- Informacje o płatnościach (element)

Opis Informacje o płatnościach
Typ PaymentList
Źródło <xs:element name="PmtLst" type="PaymentList" minOccurs="0" maxOccurs="unbounded" />

colr.sgf.001.03- Informacja o aktualizacji funduszu (typ złożony)

Opis Informacja o aktualizacji funduszu
Elementy

składowe
GnlInf

SttlmGrntFndStmt

Źródło <xs:complexType name="colr.sgf.001.03" >

   <xs:sequence >

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

     <xs:element name="SttlmGrntFndStmt" type="SettlementGuaranteeFundStatement" />

   </xs:sequence>

</xs:complexType>

colr.sgf.001.03/GnlInf- Informacje ogólne (element)

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

colr.sgf.001.03/SttlmGrntFndStmt- Informacje o aktywach funduszu (element)

Opis Informacje o aktywach funduszu
Typ SettlementGuaranteeFundStatement
Źródło <xs:element name="SttlmGrntFndStmt" type="SettlementGuaranteeFundStatement" />