secl_005_001_02

package
v0.0.0-...-d341185 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveCurrencyAndAmount

type ActiveCurrencyAndAmount struct {
	Value float64            `xml:",chardata"`
	Ccy   ActiveCurrencyCode `xml:"Ccy,attr"`
}

type ActiveCurrencyCode

type ActiveCurrencyCode string

Must match the pattern [A-Z]{3,3}

type ActiveOrHistoricCurrencyAndAmount

type ActiveOrHistoricCurrencyAndAmount struct {
	Value float64                      `xml:",chardata"`
	Ccy   ActiveOrHistoricCurrencyCode `xml:"Ccy,attr"`
}

type ActiveOrHistoricCurrencyCode

type ActiveOrHistoricCurrencyCode string

Must match the pattern [A-Z]{3,3}

type AlternatePartyIdentification4

type AlternatePartyIdentification4 struct {
	IdTp    IdentificationType6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 IdTp"`
	Ctry    CountryCode               `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Ctry"`
	AltrnId Max35Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 AltrnId"`
}

type Amount2

type Amount2 struct {
	OrgnlCcyAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 OrgnlCcyAmt,omitempty"`
	RptgAmt     float64                 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 RptgAmt"`
}

type AmountAndDirection20

type AmountAndDirection20 struct {
	Amt       ActiveOrHistoricCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Amt"`
	CdtDbtInd CreditDebitCode                   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 CdtDbtInd,omitempty"`
}

type AnyBICIdentifier

type AnyBICIdentifier string

Must match the pattern [A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}

type ClearingAccountType1Code

type ClearingAccountType1Code string

May be one of HOUS, CLIE, LIPR

type Collateral6

type Collateral6 struct {
	PstHrcutVal ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 PstHrcutVal"`
	MktVal      ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MktVal"`
	CollTp      CollateralType1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 CollTp"`
}

type CollateralType1Code

type CollateralType1Code string

May be one of CASH, SECU, LCRE, OTHR

type CountryCode

type CountryCode string

Must match the pattern [A-Z]{2,2}

type CreditDebitCode

type CreditDebitCode string

May be one of CRDT, DBIT

type CurrencyCode

type CurrencyCode string

Must match the pattern [A-Z]{3,3}

type DateAndDateTimeChoice

type DateAndDateTimeChoice struct {
	Dt   ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Dt"`
	DtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 DtTm"`
}

type Document

type Document struct {
	MrgnRpt MarginReportV02 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrgnRpt"`
}

type EventFrequency6Code

type EventFrequency6Code string

May be one of DAIL, INDA, ONDE

type Exact4AlphaNumericText

type Exact4AlphaNumericText string

Must match the pattern [a-zA-Z0-9]{4}

type Exact5NumericText

type Exact5NumericText string

Must match the pattern [0-9]{5}

type ExternalFinancialInstrumentIdentificationType1Code

type ExternalFinancialInstrumentIdentificationType1Code string

Must be at least 1 items long

type GenericIdentification29

type GenericIdentification29 struct {
	Id      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Id"`
	Issr    Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Issr"`
	SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 SchmeNm,omitempty"`
}

type GenericIdentification30

type GenericIdentification30 struct {
	Id      Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Id"`
	Issr    Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Issr"`
	SchmeNm Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 SchmeNm,omitempty"`
}

type ISINIdentifier

type ISINIdentifier string

Must match the pattern [A-Z0-9]{12,12}

type ISODate

type ISODate time.Time

func (ISODate) MarshalText

func (t ISODate) MarshalText() ([]byte, error)

func (*ISODate) UnmarshalText

func (t *ISODate) UnmarshalText(text []byte) error

type ISODateTime

type ISODateTime time.Time

func (ISODateTime) MarshalText

func (t ISODateTime) MarshalText() ([]byte, error)

func (*ISODateTime) UnmarshalText

func (t *ISODateTime) UnmarshalText(text []byte) error

type IdentificationSource3Choice

type IdentificationSource3Choice struct {
	Cd    ExternalFinancialInstrumentIdentificationType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Cd"`
	Prtry Max35Text                                          `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Prtry"`
}

type IdentificationType6Choice

type IdentificationType6Choice struct {
	Cd    TypeOfIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Cd"`
	Prtry GenericIdentification30   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Prtry"`
}

type Margin3

type Margin3 struct {
	InitlMrgn Amount2            `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 InitlMrgn,omitempty"`
	VartnMrgn []VariationMargin3 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 VartnMrgn,omitempty"`
	OthrMrgn  []Margin4          `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 OthrMrgn,omitempty"`
}

type Margin4

type Margin4 struct {
	Tp        MarginType1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Tp"`
	Amt       Amount2           `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Amt"`
	CdtDbtInd CreditDebitCode   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 CdtDbtInd,omitempty"`
}

type MarginCalculation1

type MarginCalculation1 struct {
	TtlMrgnAmt    AmountAndDirection20    `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 TtlMrgnAmt"`
	CollOnDpst    []Collateral6           `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 CollOnDpst,omitempty"`
	MinRqrmntDpst ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MinRqrmntDpst,omitempty"`
	MrgnRslt      MarginResult1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrgnRslt,omitempty"`
}

type MarginCalculation2

type MarginCalculation2 struct {
	FinInstrmId   SecurityIdentification14 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 FinInstrmId,omitempty"`
	XpsrAmt       Amount2                  `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 XpsrAmt,omitempty"`
	TtlMrgnAmt    AmountAndDirection20     `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 TtlMrgnAmt"`
	CollOnDpst    []Collateral6            `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 CollOnDpst,omitempty"`
	MinRqrmntDpst ActiveCurrencyAndAmount  `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MinRqrmntDpst,omitempty"`
	MrgnRslt      MarginResult1Choice      `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrgnRslt,omitempty"`
	MrgnTpAmt     Margin3                  `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrgnTpAmt,omitempty"`
}

type MarginProduct1Code

type MarginProduct1Code string

May be one of EQUI, FIXI

type MarginProductType1Choice

type MarginProductType1Choice struct {
	Cd    MarginProduct1Code      `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Prtry"`
}

type MarginReport2

type MarginReport2 struct {
	MrgnPdct          []MarginProductType1Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrgnPdct,omitempty"`
	MrgnAcct          SecuritiesAccount18               `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrgnAcct"`
	CollsdMrgnAcctInd bool                              `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 CollsdMrgnAcctInd,omitempty"`
	NonClrMmb         []PartyIdentificationAndAccount31 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 NonClrMmb,omitempty"`
	MrgnClctnSummry   MarginCalculation1                `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrgnClctnSummry,omitempty"`
	MrgnClctn         []MarginCalculation2              `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrgnClctn"`
}

type MarginReportV02

type MarginReportV02 struct {
	RptParams   ReportParameters3           `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 RptParams"`
	Pgntn       Pagination                  `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Pgntn"`
	ClrMmb      PartyIdentification35Choice `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 ClrMmb"`
	RptSummry   MarginCalculation1          `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 RptSummry,omitempty"`
	RptDtls     []MarginReport2             `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 RptDtls"`
	SplmtryData []SupplementaryData1        `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 SplmtryData,omitempty"`
}

type MarginResult1Choice

type MarginResult1Choice struct {
	XcssAmt  ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 XcssAmt"`
	DfcitAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 DfcitAmt"`
}

type MarginType1Choice

type MarginType1Choice struct {
	Cd    MarginType1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Prtry"`
}

type MarginType1Code

type MarginType1Code string

May be one of SEMA, ADFM, SCMA, COMA, UFMA, CEMA, INDE, NEMA, INMA, VAMA, INCA

type Max140Text

type Max140Text string

Must be at least 1 items long

type Max16Text

type Max16Text string

Must be at least 1 items long

type Max350Text

type Max350Text string

Must be at least 1 items long

type Max35Text

type Max35Text string

Must be at least 1 items long

type Max5NumericText

type Max5NumericText string

Must match the pattern [0-9]{1,5}

type Max70Text

type Max70Text string

Must be at least 1 items long

type NameAndAddress6

type NameAndAddress6 struct {
	Nm  Max70Text      `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Nm"`
	Adr PostalAddress2 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Adr"`
}

type OtherIdentification1

type OtherIdentification1 struct {
	Id  Max35Text                   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Id"`
	Sfx Max16Text                   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Sfx,omitempty"`
	Tp  IdentificationSource3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Tp"`
}

type Pagination

type Pagination struct {
	PgNb      Max5NumericText `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 PgNb"`
	LastPgInd bool            `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 LastPgInd"`
}

type PartyIdentification33Choice

type PartyIdentification33Choice struct {
	AnyBIC   AnyBICIdentifier        `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 AnyBIC"`
	PrtryId  GenericIdentification29 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 PrtryId"`
	NmAndAdr NameAndAddress6         `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 NmAndAdr"`
}

type PartyIdentification35Choice

type PartyIdentification35Choice struct {
	BIC     AnyBICIdentifier        `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 BIC"`
	PrtryId GenericIdentification29 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 PrtryId"`
}

type PartyIdentificationAndAccount31

type PartyIdentificationAndAccount31 struct {
	Id       PartyIdentification33Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Id"`
	AltrnId  AlternatePartyIdentification4 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 AltrnId,omitempty"`
	AddtlInf PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 AddtlInf,omitempty"`
	ClrAcct  SecuritiesAccount18           `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 ClrAcct,omitempty"`
}

type PartyTextInformation1

type PartyTextInformation1 struct {
	DclrtnDtls  Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 DclrtnDtls,omitempty"`
	PtyCtctDtls Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 PtyCtctDtls,omitempty"`
	RegnDtls    Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 RegnDtls,omitempty"`
}

type PostalAddress2

type PostalAddress2 struct {
	StrtNm      Max70Text   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 StrtNm,omitempty"`
	PstCdId     Max16Text   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 PstCdId"`
	TwnNm       Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 TwnNm"`
	CtrySubDvsn Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 CtrySubDvsn,omitempty"`
	Ctry        CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Ctry"`
}

type ReportParameters3

type ReportParameters3 struct {
	RptId        Max35Text             `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 RptId"`
	RptDtAndTm   DateAndDateTimeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 RptDtAndTm"`
	RptCcy       CurrencyCode          `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 RptCcy"`
	ClctnDtAndTm ISODateTime           `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 ClctnDtAndTm"`
	Frqcy        EventFrequency6Code   `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Frqcy"`
	RptNb        Exact5NumericText     `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 RptNb,omitempty"`
}

type SecuritiesAccount18

type SecuritiesAccount18 struct {
	Id Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Id"`
	Tp ClearingAccountType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Tp"`
	Nm Max70Text                `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Nm,omitempty"`
}

type SecurityIdentification14

type SecurityIdentification14 struct {
	ISIN   ISINIdentifier         `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 ISIN,omitempty"`
	OthrId []OtherIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 OthrId,omitempty"`
	Desc   Max140Text             `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Desc,omitempty"`
}

type ShortLong1Code

type ShortLong1Code string

May be one of SHOR, LONG

type SupplementaryData1

type SupplementaryData1 struct {
	PlcAndNm Max350Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 PlcAndNm,omitempty"`
	Envlp    SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 Envlp"`
}

type SupplementaryDataEnvelope1

type SupplementaryDataEnvelope1 struct {
	Item string `xml:",any"`
}

type TotalVariationMargin1

type TotalVariationMargin1 struct {
	ShrtLngInd ShortLong1Code `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 ShrtLngInd,omitempty"`
	AmtDtls    Amount2        `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 AmtDtls"`
}

type TypeOfIdentification1Code

type TypeOfIdentification1Code string

May be one of ARNU, CCPT, CHTY, CORP, DRLC, FIIN, TXID

type VariationMargin3

type VariationMargin3 struct {
	FinInstrmId  SecurityIdentification14 `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 FinInstrmId,omitempty"`
	TtlVartnMrgn []TotalVariationMargin1  `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 TtlVartnMrgn"`
	TtlMrkToMkt  Amount2                  `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 TtlMrkToMkt"`
	MrkToMktNetd []Amount2                `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrkToMktNetd,omitempty"`
	MrkToMktGrss []Amount2                `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrkToMktGrss,omitempty"`
	MrkToMktFls  []Amount2                `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 MrkToMktFls,omitempty"`
	FlsHrcut     Amount2                  `xml:"urn:iso:std:iso:20022:tech:xsd:secl.005.001.02 FlsHrcut,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL