sese_025_002_09_0

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 AdditionalParameters31

type AdditionalParameters31 struct {
	PreConf                     PreConfirmation1Code    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PreConf,omitempty"`
	PrtlSttlm                   PartialSettlement2Code  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrtlSttlm,omitempty"`
	PrvsPrtlConfId              RestrictedFINXMax16Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrvsPrtlConfId,omitempty"`
	TrptyAgtSvcPrvdrCollTxId    RestrictedFINXMax16Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TrptyAgtSvcPrvdrCollTxId,omitempty"`
	ClntTrptyCollTxId           RestrictedFINXMax16Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ClntTrptyCollTxId,omitempty"`
	ClntCollInstrId             RestrictedFINXMax16Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ClntCollInstrId,omitempty"`
	TrptyAgtSvcPrvdrCollInstrId RestrictedFINXMax16Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TrptyAgtSvcPrvdrCollInstrId,omitempty"`
}

type AlternatePartyIdentification9

type AlternatePartyIdentification9 struct {
	IdTp    IdentificationType44Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 IdTp"`
	Ctry    CountryCode                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Ctry"`
	AltrnId RestrictedFINXMax30Text    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AltrnId"`
}

type AmountAndDirection44

type AmountAndDirection44 struct {
	Amt                 ActiveOrHistoricCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Amt"`
	CdtDbtInd           CreditDebitCode                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CdtDbtInd,omitempty"`
	OrgnlCcyAndOrdrdAmt ActiveOrHistoricCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OrgnlCcyAndOrdrdAmt,omitempty"`
	FXDtls              ForeignExchangeTerms23            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FXDtls,omitempty"`
}

type AmountAndDirection57

type AmountAndDirection57 struct {
	Amt       RestrictedFINActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Amt"`
	CdtDbtInd CreditDebitCode                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CdtDbtInd"`
}

type AmountAndDirection58

type AmountAndDirection58 struct {
	Amt                 RestrictedFINActiveOrHistoricCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Amt"`
	CdtDbtInd           CreditDebitCode                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CdtDbtInd,omitempty"`
	OrgnlCcyAndOrdrdAmt RestrictedFINActiveOrHistoricCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OrgnlCcyAndOrdrdAmt,omitempty"`
	FXDtls              ForeignExchangeTerms27                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FXDtls,omitempty"`
}

type AmountAndDirection96

type AmountAndDirection96 struct {
	AcrdIntrstInd       bool                                           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AcrdIntrstInd,omitempty"`
	StmpDtyInd          bool                                           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 StmpDtyInd,omitempty"`
	BrkrgAmtInd         bool                                           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 BrkrgAmtInd,omitempty"`
	RsrchFeeInd         bool                                           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RsrchFeeInd,omitempty"`
	Amt                 RestrictedFINActiveCurrencyAndAmount           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Amt"`
	CdtDbtInd           CreditDebitCode                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CdtDbtInd"`
	OrgnlCcyAndOrdrdAmt RestrictedFINActiveOrHistoricCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OrgnlCcyAndOrdrdAmt,omitempty"`
	FXDtls              ForeignExchangeTerms27                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FXDtls,omitempty"`
	ValDt               DateAndDateTime2Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ValDt,omitempty"`
}

type AnyBICDec2014Identifier

type AnyBICDec2014Identifier string

Must match the pattern [A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}

type AutoBorrowing1Code

type AutoBorrowing1Code string

May be one of LAMI, NBOR, YBOR

type AutomaticBorrowing8Choice

type AutomaticBorrowing8Choice struct {
	Cd    AutoBorrowing1Code      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type BICFIDec2014Identifier

type BICFIDec2014Identifier string

Must match the pattern [A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}

type BeneficialOwnership5Choice

type BeneficialOwnership5Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Ind"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type BlockTrade1Code

type BlockTrade1Code string

May be one of BLPA, BLCH

type BlockTrade5Choice

type BlockTrade5Choice struct {
	Cd    BlockTrade1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type CFIOct2015Identifier

type CFIOct2015Identifier string

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

type CashAccountIdentification6Choice

type CashAccountIdentification6Choice struct {
	IBAN  IBAN2007Identifier       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 IBAN"`
	Prtry RestrictedFINX2Max34Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type CashParties38

type CashParties38 struct {
	Dbtr    PartyIdentificationAndAccount177 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Dbtr,omitempty"`
	DbtrAgt PartyIdentificationAndAccount178 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DbtrAgt,omitempty"`
	Cdtr    PartyIdentificationAndAccount177 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cdtr,omitempty"`
	CdtrAgt PartyIdentificationAndAccount178 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CdtrAgt,omitempty"`
	Intrmy  PartyIdentificationAndAccount178 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Intrmy,omitempty"`
}

type CashSettlementSystem2Code

type CashSettlementSystem2Code string

May be one of GROS, NETS

type CashSettlementSystem5Choice

type CashSettlementSystem5Choice struct {
	Cd    CashSettlementSystem2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type CentralCounterPartyEligibility5Choice

type CentralCounterPartyEligibility5Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Ind"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type ClassificationType33Choice

type ClassificationType33Choice struct {
	ClssfctnFinInstrm CFIOct2015Identifier    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ClssfctnFinInstrm"`
	AltrnClssfctn     GenericIdentification86 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AltrnClssfctn"`
}

type Counterparty14Choice

type Counterparty14Choice struct {
	Sellr PartyIdentificationAndAccount176 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Sellr"`
	Buyr  PartyIdentificationAndAccount176 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Buyr"`
}

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 DateAndDateTime2Choice

type DateAndDateTime2Choice struct {
	Dt   ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Dt"`
	DtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DtTm"`
}

type DateType3Code

type DateType3Code string

May be one of VARI

type DeliveryReceiptType2Code

type DeliveryReceiptType2Code string

May be one of FREE, APMT

type Document

type Document struct {
	SctiesSttlmTxConf SecuritiesSettlementTransactionConfirmation002V09 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SctiesSttlmTxConf"`
}

type Eligibility1Code

type Eligibility1Code string

May be one of ELIG, RETL, PROF

type EventFrequency3Code

type EventFrequency3Code string

May be one of YEAR, MNTH, QUTR, SEMI, WEEK

type Exact3NumericText

type Exact3NumericText string

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

type Exact4AlphaNumericText

type Exact4AlphaNumericText string

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

type Exact4NumericText

type Exact4NumericText string

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

type ExposureType17Choice

type ExposureType17Choice struct {
	Cd    ExposureType4Code       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type ExposureType4Code

type ExposureType4Code string

May be one of BFWD, PAYM, CCPC, COMM, CRDS, CRTL, CRSP, CCIR, CRPR, EQPT, EXTD, EQUS, EXPT, FIXI, FORX, FORW, FUTR, OPTN, LIQU, OTCD, REPO, RVPO, SLOA, SBSC, SCRP, SLEB, SHSL, SCIR, SCIE, SWPT, TBAS, TRCP

type ExternalFinancialInstrumentIdentificationType1Code

type ExternalFinancialInstrumentIdentificationType1Code string

Must be at least 1 items long

type FinancialInstrumentAttributes97

type FinancialInstrumentAttributes97 struct {
	PlcOfListg             MarketIdentification4Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PlcOfListg,omitempty"`
	DayCntBsis             InterestComputationMethodFormat5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DayCntBsis,omitempty"`
	RegnForm               FormOfSecurity7Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RegnForm,omitempty"`
	PmtFrqcy               Frequency27Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PmtFrqcy,omitempty"`
	PmtSts                 SecuritiesPaymentStatus6Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PmtSts,omitempty"`
	VarblRateChngFrqcy     Frequency27Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 VarblRateChngFrqcy,omitempty"`
	ClssfctnTp             ClassificationType33Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ClssfctnTp,omitempty"`
	OptnStyle              OptionStyle9Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OptnStyle,omitempty"`
	OptnTp                 OptionType7Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OptnTp,omitempty"`
	DnmtnCcy               ActiveOrHistoricCurrencyCode           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DnmtnCcy,omitempty"`
	CpnDt                  ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CpnDt,omitempty"`
	XpryDt                 ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 XpryDt,omitempty"`
	FltgRateFxgDt          ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FltgRateFxgDt,omitempty"`
	MtrtyDt                ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 MtrtyDt,omitempty"`
	IsseDt                 ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 IsseDt,omitempty"`
	NxtCllblDt             ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 NxtCllblDt,omitempty"`
	PutblDt                ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PutblDt,omitempty"`
	DtdDt                  ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DtdDt,omitempty"`
	FrstPmtDt              ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FrstPmtDt,omitempty"`
	PrvsFctr               float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrvsFctr,omitempty"`
	CurFctr                float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CurFctr,omitempty"`
	NxtFctr                float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 NxtFctr,omitempty"`
	IntrstRate             float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 IntrstRate,omitempty"`
	YldToMtrtyRate         float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 YldToMtrtyRate,omitempty"`
	NxtIntrstRate          float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 NxtIntrstRate,omitempty"`
	IndxRateBsis           float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 IndxRateBsis,omitempty"`
	CpnAttchdNb            Number23Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CpnAttchdNb,omitempty"`
	PoolNb                 GenericIdentification39                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PoolNb,omitempty"`
	VarblRateInd           bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 VarblRateInd,omitempty"`
	CllblInd               bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CllblInd,omitempty"`
	PutblInd               bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PutblInd,omitempty"`
	MktOrIndctvPric        PriceType5Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 MktOrIndctvPric,omitempty"`
	ExrcPric               Price3                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ExrcPric,omitempty"`
	SbcptPric              Price3                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SbcptPric,omitempty"`
	ConvsPric              Price3                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ConvsPric,omitempty"`
	StrkPric               Price3                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 StrkPric,omitempty"`
	MinNmnlQty             FinancialInstrumentQuantity15Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 MinNmnlQty,omitempty"`
	CtrctSz                FinancialInstrumentQuantity15Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CtrctSz,omitempty"`
	UndrlygFinInstrmId     []SecurityIdentification20             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 UndrlygFinInstrmId,omitempty"`
	FinInstrmAttrAddtlDtls RestrictedFINXMax350Text               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FinInstrmAttrAddtlDtls,omitempty"`
}

type FinancialInstrumentQuantity15Choice

type FinancialInstrumentQuantity15Choice struct {
	Unit     float64 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Unit"`
	FaceAmt  float64 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FaceAmt"`
	AmtsdVal float64 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AmtsdVal"`
}

type ForeignExchangeTerms23

type ForeignExchangeTerms23 struct {
	UnitCcy  ActiveCurrencyCode      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 UnitCcy"`
	QtdCcy   ActiveCurrencyCode      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 QtdCcy"`
	XchgRate float64                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 XchgRate"`
	RsltgAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RsltgAmt"`
}

type ForeignExchangeTerms27

type ForeignExchangeTerms27 struct {
	UnitCcy  ActiveCurrencyCode                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 UnitCcy"`
	QtdCcy   ActiveCurrencyCode                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 QtdCcy"`
	XchgRate float64                              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 XchgRate"`
	RsltgAmt RestrictedFINActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RsltgAmt"`
}

type FormOfSecurity1Code

type FormOfSecurity1Code string

May be one of BEAR, REGD

type FormOfSecurity7Choice

type FormOfSecurity7Choice struct {
	Cd    FormOfSecurity1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type Frequency27Choice

type Frequency27Choice struct {
	Cd    EventFrequency3Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type GenericIdentification18

type GenericIdentification18 struct {
	Id      RestrictedFINXMax30Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	SchmeNm Max4AlphaNumericText    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SchmeNm,omitempty"`
	Issr    Max4AlphaNumericText    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Issr,omitempty"`
}

type GenericIdentification39

type GenericIdentification39 struct {
	Id   RestrictedFINMax30Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	Issr RestrictedFINMax8Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Issr,omitempty"`
}

type GenericIdentification47

type GenericIdentification47 struct {
	Id      Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	Issr    Max4AlphaNumericText   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Issr"`
	SchmeNm Max4AlphaNumericText   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SchmeNm,omitempty"`
}

type GenericIdentification84

type GenericIdentification84 struct {
	Id      RestrictedFINXMax34Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	Issr    Max4AlphaNumericText    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Issr"`
	SchmeNm Max4AlphaNumericText    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SchmeNm,omitempty"`
}

type GenericIdentification85

type GenericIdentification85 struct {
	Tp GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Tp"`
	Id RestrictedFINXMax30Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id,omitempty"`
}

type GenericIdentification86

type GenericIdentification86 struct {
	Id      RestrictedFINXMax30Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	Issr    Max4AlphaNumericText    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Issr"`
	SchmeNm Max4AlphaNumericText    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SchmeNm,omitempty"`
}

type IBAN2007Identifier

type IBAN2007Identifier string

Must match the pattern [A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}

type ISINOct2015Identifier

type ISINOct2015Identifier string

Must match the pattern [A-Z]{2,2}[A-Z0-9]{9,9}[0-9]{1,1}

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 IdentificationSource4Choice

type IdentificationSource4Choice struct {
	Cd    ExternalFinancialInstrumentIdentificationType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry RestrictedFINExact2Text                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type IdentificationType44Choice

type IdentificationType44Choice struct {
	Cd    TypeOfIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type InterestComputationMethod2Code

type InterestComputationMethod2Code string

May be one of A001, A002, A003, A004, A005, A006, A007, A008, A009, A010, A011, A012, A013, A014, NARR

type InterestComputationMethodFormat5Choice

type InterestComputationMethodFormat5Choice struct {
	Cd    InterestComputationMethod2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type InvestorCapacity5Choice

type InvestorCapacity5Choice struct {
	Cd    Eligibility1Code        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type LEIIdentifier

type LEIIdentifier string

Must match the pattern [A-Z0-9]{18,18}[0-9]{2,2}

type LetterOfGuarantee5Choice

type LetterOfGuarantee5Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Ind"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type Linkages50

type Linkages50 struct {
	PrcgPos         ProcessingPosition23Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrcgPos,omitempty"`
	SctiesSttlmTxId RestrictedFINMax16Text     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SctiesSttlmTxId"`
}

type MICIdentifier

type MICIdentifier string

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

type MarketClientSide1Code

type MarketClientSide1Code string

May be one of CLNT, MAKT

type MarketClientSide7Choice

type MarketClientSide7Choice struct {
	Cd    MarketClientSide1Code   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type MarketIdentification2Choice

type MarketIdentification2Choice struct {
	MktIdrCd MICIdentifier           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 MktIdrCd"`
	Desc     RestrictedFINXMax30Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Desc"`
}

type MarketIdentification4Choice

type MarketIdentification4Choice struct {
	MktIdrCd MICIdentifier           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 MktIdrCd"`
	Desc     RestrictedFINXMax30Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Desc"`
}

type MarketIdentification90

type MarketIdentification90 struct {
	Id MarketIdentification2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id,omitempty"`
	Tp MarketType16Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Tp"`
}

type MarketType16Choice

type MarketType16Choice struct {
	Cd    MarketType2Code         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type MarketType2Code

type MarketType2Code string

May be one of PRIM, SECM, OTCO, VARI, EXCH

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 Max4AlphaNumericText

type Max4AlphaNumericText string

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

type Max70Text

type Max70Text string

Must be at least 1 items long

type NameAndAddress12

type NameAndAddress12 struct {
	Nm RestrictedFINXMax140Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Nm"`
}

type NettingEligibility5Choice

type NettingEligibility5Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Ind"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type Number23Choice

type Number23Choice struct {
	Shrt Exact3NumericText       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Shrt"`
	Lng  GenericIdentification18 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Lng"`
}

type OpeningClosing1Code

type OpeningClosing1Code string

May be one of CLOP, OPEP

type OpeningClosing4Choice

type OpeningClosing4Choice struct {
	Cd    OpeningClosing1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type OptionStyle2Code

type OptionStyle2Code string

May be one of AMER, EURO

type OptionStyle9Choice

type OptionStyle9Choice struct {
	Cd    OptionStyle2Code        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type OptionType1Code

type OptionType1Code string

May be one of CALL, PUTO

type OptionType7Choice

type OptionType7Choice struct {
	Cd    OptionType1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type OriginalAndCurrentQuantities4

type OriginalAndCurrentQuantities4 struct {
	FaceAmt  float64 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FaceAmt"`
	AmtsdVal float64 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AmtsdVal"`
}

type OriginatorRole2Code

type OriginatorRole2Code string

May be one of SINT, MLTF, RMKT, MKTM, INVE, TAGT

type OtherAmounts44

type OtherAmounts44 struct {
	AcrdIntrstAmt   AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AcrdIntrstAmt,omitempty"`
	ChrgsFees       AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ChrgsFees,omitempty"`
	CtryNtlFdrlTax  AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CtryNtlFdrlTax,omitempty"`
	TradAmt         AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TradAmt,omitempty"`
	ExctgBrkrAmt    AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ExctgBrkrAmt,omitempty"`
	IsseDscntAllwnc AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 IsseDscntAllwnc,omitempty"`
	PmtLevyTax      AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PmtLevyTax,omitempty"`
	LclTax          AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LclTax,omitempty"`
	LclTaxCtrySpcfc AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LclTaxCtrySpcfc,omitempty"`
	LclBrkrComssn   AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LclBrkrComssn,omitempty"`
	Mrgn            AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Mrgn,omitempty"`
	Othr            AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Othr,omitempty"`
	RgltryAmt       AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RgltryAmt,omitempty"`
	ShppgAmt        AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ShppgAmt,omitempty"`
	SpclCncssn      AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SpclCncssn,omitempty"`
	StmpDty         AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 StmpDty,omitempty"`
	StockXchgTax    AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 StockXchgTax,omitempty"`
	TrfTax          AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TrfTax,omitempty"`
	TxTax           AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TxTax,omitempty"`
	ValAddedTax     AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ValAddedTax,omitempty"`
	WhldgTax        AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 WhldgTax,omitempty"`
	NetGnLoss       AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 NetGnLoss,omitempty"`
	CsmptnTax       AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CsmptnTax,omitempty"`
	AcrdCptlstnAmt  AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AcrdCptlstnAmt,omitempty"`
	BookVal         AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 BookVal,omitempty"`
	CollMntrAmt     AmountAndDirection58 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CollMntrAmt,omitempty"`
	RsrchFee        AmountAndDirection44 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RsrchFee,omitempty"`
}

type OtherIdentification2

type OtherIdentification2 struct {
	Id  RestrictedFINXMax31Text     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	Sfx Max16Text                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Sfx,omitempty"`
	Tp  IdentificationSource4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Tp"`
}

type OtherParties35

type OtherParties35 struct {
	Invstr         []PartyIdentificationAndAccount179 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Invstr,omitempty"`
	QlfdFrgnIntrmy PartyIdentificationAndAccount180   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 QlfdFrgnIntrmy,omitempty"`
	StockXchg      PartyIdentificationAndAccount181   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 StockXchg,omitempty"`
	TradRgltr      PartyIdentificationAndAccount181   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TradRgltr,omitempty"`
	TrptyAgt       PartyIdentificationAndAccount180   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TrptyAgt,omitempty"`
	Brkr           PartyIdentificationAndAccount180   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Brkr,omitempty"`
}

type OwnershipLegalRestrictions1Code

type OwnershipLegalRestrictions1Code string

May be one of A144, NRST, RSTR

type PartialSettlement2Code

type PartialSettlement2Code string

May be one of PAIN, PARC

type PartyIdentification136Choice

type PartyIdentification136Choice struct {
	AnyBIC  AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AnyBIC"`
	PrtryId GenericIdentification84 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrtryId"`
}

type PartyIdentification137Choice

type PartyIdentification137Choice struct {
	AnyBIC   AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AnyBIC"`
	PrtryId  GenericIdentification84 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrtryId"`
	NmAndAdr NameAndAddress12        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 NmAndAdr"`
}

type PartyIdentification145Choice

type PartyIdentification145Choice struct {
	AnyBIC   AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AnyBIC"`
	NmAndAdr NameAndAddress12        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 NmAndAdr"`
	Ctry     CountryCode             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Ctry"`
}

type PartyIdentification147Choice

type PartyIdentification147Choice struct {
	BICFI    BICFIDec2014Identifier  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 BICFI"`
	NmAndAdr NameAndAddress12        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 NmAndAdr"`
	PrtryId  GenericIdentification84 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrtryId"`
}

type PartyIdentification156

type PartyIdentification156 struct {
	Id  PartyIdentification136Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	LEI LEIIdentifier                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
}

type PartyIdentification157

type PartyIdentification157 struct {
	Id  PartyIdentification137Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	LEI LEIIdentifier                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
}

type PartyIdentification162

type PartyIdentification162 struct {
	Id       PartyIdentification145Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	LEI      LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
	AltrnId  AlternatePartyIdentification9 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AltrnId,omitempty"`
	PrcgDt   DateAndDateTime2Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrcgDt,omitempty"`
	PrcgId   RestrictedFINXMax16Text       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrcgId,omitempty"`
	AddtlInf PartyTextInformation3         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount176

type PartyIdentificationAndAccount176 struct {
	Id        PartyIdentification137Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	LEI       LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
	AltrnId   AlternatePartyIdentification9 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AltrnId,omitempty"`
	SfkpgAcct SecuritiesAccount30           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SfkpgAcct,omitempty"`
	PrcgDt    DateAndDateTime2Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrcgDt,omitempty"`
	PrcgId    RestrictedFINXMax16Text       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrcgId,omitempty"`
	AddtlInf  PartyTextInformation3         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount177

type PartyIdentificationAndAccount177 struct {
	Id         PartyIdentification137Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	LEI        LEIIdentifier                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
	AltrnId    AlternatePartyIdentification9    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AltrnId,omitempty"`
	CshAcct    CashAccountIdentification6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CshAcct,omitempty"`
	ChrgsAcct  CashAccountIdentification6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ChrgsAcct,omitempty"`
	ComssnAcct CashAccountIdentification6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ComssnAcct,omitempty"`
	TaxAcct    CashAccountIdentification6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TaxAcct,omitempty"`
	AddtlInf   PartyTextInformation4            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount178

type PartyIdentificationAndAccount178 struct {
	Id         PartyIdentification147Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	LEI        LEIIdentifier                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
	AltrnId    AlternatePartyIdentification9    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AltrnId,omitempty"`
	CshAcct    CashAccountIdentification6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CshAcct,omitempty"`
	ChrgsAcct  CashAccountIdentification6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ChrgsAcct,omitempty"`
	ComssnAcct CashAccountIdentification6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ComssnAcct,omitempty"`
	TaxAcct    CashAccountIdentification6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TaxAcct,omitempty"`
	AddtlInf   PartyTextInformation4            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount179

type PartyIdentificationAndAccount179 struct {
	Id        PartyIdentification137Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id,omitempty"`
	LEI       LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
	AltrnId   AlternatePartyIdentification9 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AltrnId,omitempty"`
	Ntlty     CountryCode                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Ntlty,omitempty"`
	SfkpgAcct RestrictedFINXMax35Text       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SfkpgAcct,omitempty"`
	PrcgId    RestrictedFINXMax16Text       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrcgId,omitempty"`
	AddtlInf  PartyTextInformation3         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount180

type PartyIdentificationAndAccount180 struct {
	Id        PartyIdentification137Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	LEI       LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
	AltrnId   AlternatePartyIdentification9 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AltrnId,omitempty"`
	SfkpgAcct RestrictedFINXMax35Text       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SfkpgAcct,omitempty"`
	PrcgId    RestrictedFINXMax16Text       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrcgId,omitempty"`
	AddtlInf  PartyTextInformation3         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount181

type PartyIdentificationAndAccount181 struct {
	Id       PartyIdentification137Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	LEI      LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
	AltrnId  AlternatePartyIdentification9 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AltrnId,omitempty"`
	PrcgId   RestrictedFINXMax16Text       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrcgId,omitempty"`
	AddtlInf PartyTextInformation3         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AddtlInf,omitempty"`
}

type PartyTextInformation3

type PartyTextInformation3 struct {
	DclrtnDtls  RestrictedFINXMax350Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DclrtnDtls,omitempty"`
	PtyCtctDtls RestrictedFINXMax140Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PtyCtctDtls,omitempty"`
	RegnDtls    RestrictedFINXMax350Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RegnDtls,omitempty"`
}

type PartyTextInformation4

type PartyTextInformation4 struct {
	DclrtnDtls  RestrictedFINXMax350Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DclrtnDtls,omitempty"`
	PtyCtctDtls RestrictedFINXMax140Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PtyCtctDtls,omitempty"`
}

type PlaceOfClearingIdentification2

type PlaceOfClearingIdentification2 struct {
	Id  AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id,omitempty"`
	LEI LEIIdentifier           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
}

type PlaceOfTradeIdentification2

type PlaceOfTradeIdentification2 struct {
	MktTpAndId MarketIdentification90 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 MktTpAndId,omitempty"`
	LEI        LEIIdentifier          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
}

type PreConfirmation1Code

type PreConfirmation1Code string

May be one of PRCA, PRSE

type Price3

type Price3 struct {
	Tp  YieldedOrValueType1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Tp"`
	Val PriceRateOrAmount1Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Val"`
}

type PriceRateOrAmount1Choice

type PriceRateOrAmount1Choice struct {
	Rate float64                                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Rate"`
	Amt  RestrictedFINActiveOrHistoricCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Amt"`
}

type PriceType5Choice

type PriceType5Choice struct {
	Mkt    Price3 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Mkt"`
	Indctv Price3 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Indctv"`
}

type PriceValueType1Code

type PriceValueType1Code string

May be one of DISC, PREM, PARV

type PriorityNumeric5Choice

type PriorityNumeric5Choice struct {
	Nmrc  Exact4NumericText       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Nmrc"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type ProcessingPosition23Choice

type ProcessingPosition23Choice struct {
	Cd    ProcessingPosition5Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type ProcessingPosition5Code

type ProcessingPosition5Code string

May be one of INFO

type Quantity10Choice

type Quantity10Choice struct {
	Qty             FinancialInstrumentQuantity15Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Qty"`
	OrgnlAndCurFace OriginalAndCurrentQuantities4       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OrgnlAndCurFace"`
}

type QuantityAndAccount90

type QuantityAndAccount90 struct {
	SttldQty         Quantity10Choice                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SttldQty"`
	PrevslySttldQty  FinancialInstrumentQuantity15Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrevslySttldQty,omitempty"`
	RmngToBeSttldQty FinancialInstrumentQuantity15Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RmngToBeSttldQty,omitempty"`
	PrevslySttldAmt  AmountAndDirection57                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrevslySttldAmt,omitempty"`
	RmngToBeSttldAmt AmountAndDirection57                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RmngToBeSttldAmt,omitempty"`
	DnmtnChc         RestrictedFINXMax210Text            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DnmtnChc,omitempty"`
	AcctOwnr         PartyIdentification156              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AcctOwnr,omitempty"`
	SfkpgAcct        SecuritiesAccount30                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SfkpgAcct"`
	CshAcct          CashAccountIdentification6Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CshAcct,omitempty"`
	QtyBrkdwn        []QuantityBreakdown52               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 QtyBrkdwn,omitempty"`
	SfkpgPlc         SafeKeepingPlace4                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SfkpgPlc,omitempty"`
}

type QuantityBreakdown52

type QuantityBreakdown52 struct {
	LotNb          GenericIdentification39             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LotNb,omitempty"`
	LotQty         FinancialInstrumentQuantity15Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LotQty,omitempty"`
	SctiesSubBalTp GenericIdentification47             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SctiesSubBalTp,omitempty"`
	LotDtTm        DateAndDateTime2Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LotDtTm,omitempty"`
	LotPric        Price3                              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LotPric,omitempty"`
	TpOfPric       TypeOfPrice32Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TpOfPric,omitempty"`
}

type ReceiveDelivery1Code

type ReceiveDelivery1Code string

May be one of DELI, RECE

type Registration11Choice

type Registration11Choice struct {
	Cd    Registration1Code       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type Registration1Code

type Registration1Code string

May be one of NREG, YREG

type RegistrationParameters7

type RegistrationParameters7 struct {
	CertfctnId   RestrictedFINXMax16Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CertfctnId,omitempty"`
	CertfctnDtTm DateAndDateTime2Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CertfctnDtTm,omitempty"`
	RegarAcct    RestrictedFINXMax35Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RegarAcct,omitempty"`
	CertNb       []SecuritiesCertificate5 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CertNb,omitempty"`
}

type Reporting11Choice

type Reporting11Choice struct {
	Cd    Reporting3Code          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type Reporting3Code

type Reporting3Code string

May be one of BYIY, DEFR, REGU, STEX

type RepurchaseType24Choice

type RepurchaseType24Choice struct {
	Cd    RepurchaseType9Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type RepurchaseType9Code

type RepurchaseType9Code string

May be one of PAIR, PADJ, RATE, CALL, ROLP, CADJ, TOPU, WTHD

type RestrictedFINActiveCurrencyAndAmount

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

type RestrictedFINActiveOrHistoricCurrencyAnd13DecimalAmount

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

type RestrictedFINActiveOrHistoricCurrencyAndAmount

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

type RestrictedFINExact2Text

type RestrictedFINExact2Text string

Must match the pattern XX|TS

type RestrictedFINMax16Text

type RestrictedFINMax16Text string

Must match the pattern ([^/]+/)+([^/]+)|([^/]*)

type RestrictedFINMax30Text

type RestrictedFINMax30Text string

Must match the pattern ([^/]+/)+([^/]+)|([^/]*)

type RestrictedFINMax8Text

type RestrictedFINMax8Text string

Must match the pattern ([^/]+/)+([^/]+)|([^/]*)

type RestrictedFINX2Max34Text

type RestrictedFINX2Max34Text string

Must match the pattern [0-9a-zA-Z/\-\?:\(\)\.,'\+ ]{1,34}

type RestrictedFINXMax140Text

type RestrictedFINXMax140Text string

Must match the pattern [0-9a-zA-Z/\-\?:\(\)\.\n\r,'\+ ]{1,140}

type RestrictedFINXMax16Text

type RestrictedFINXMax16Text string

Must match the pattern ([0-9a-zA-Z\-\?:\(\)\.,'\+ ]([0-9a-zA-Z\-\?:\(\)\.,'\+ ]*(/[0-9a-zA-Z\-\?:\(\)\.,'\+ ])?)*)

type RestrictedFINXMax210Text

type RestrictedFINXMax210Text string

Must match the pattern [0-9a-zA-Z/\-\?:\(\)\.\n\r,'\+ ]{1,210}

type RestrictedFINXMax30Text

type RestrictedFINXMax30Text string

Must match the pattern ([0-9a-zA-Z\-\?:\(\)\.,'\+ ]([0-9a-zA-Z\-\?:\(\)\.,'\+ ]*(/[0-9a-zA-Z\-\?:\(\)\.,'\+ ])?)*)

type RestrictedFINXMax31Text

type RestrictedFINXMax31Text string

Must match the pattern [0-9a-zA-Z/\-\?:\(\)\.,'\+ ]{1,31}

type RestrictedFINXMax34Text

type RestrictedFINXMax34Text string

Must match the pattern ([0-9a-zA-Z\-\?:\(\)\.,'\+ ]([0-9a-zA-Z\-\?:\(\)\.,'\+ ]*(/[0-9a-zA-Z\-\?:\(\)\.,'\+ ])?)*)

type RestrictedFINXMax350Text

type RestrictedFINXMax350Text string

Must match the pattern [0-9a-zA-Z/\-\?:\(\)\.\n\r,'\+ ]{1,350}

type RestrictedFINXMax35Text

type RestrictedFINXMax35Text string

Must match the pattern [0-9a-zA-Z/\-\?:\(\)\.,'\+ ]{1,35}

type RestrictedFINXMax52Text

type RestrictedFINXMax52Text string

Must match the pattern [0-9a-zA-Z/\-\?:\(\)\.,'\+ ]{1,52}

type Restriction6Choice

type Restriction6Choice struct {
	Cd    OwnershipLegalRestrictions1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type SafeKeepingPlace4

type SafeKeepingPlace4 struct {
	SfkpgPlcFrmt SafekeepingPlaceFormat39Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SfkpgPlcFrmt,omitempty"`
	LEI          LEIIdentifier                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LEI,omitempty"`
}

type SafekeepingPlace1Code

type SafekeepingPlace1Code string

May be one of CUST, ICSD, NCSD, SHHE

type SafekeepingPlace3Code

type SafekeepingPlace3Code string

May be one of SHHE

type SafekeepingPlaceFormat39Choice

type SafekeepingPlaceFormat39Choice struct {
	Id      SafekeepingPlaceTypeAndText15          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	Ctry    CountryCode                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Ctry"`
	TpAndId SafekeepingPlaceTypeAndIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TpAndId"`
	Prtry   GenericIdentification85                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type SafekeepingPlaceTypeAndIdentification1

type SafekeepingPlaceTypeAndIdentification1 struct {
	SfkpgPlcTp SafekeepingPlace1Code   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SfkpgPlcTp"`
	Id         AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
}

type SafekeepingPlaceTypeAndText15

type SafekeepingPlaceTypeAndText15 struct {
	SfkpgPlcTp SafekeepingPlace3Code   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SfkpgPlcTp"`
	Id         RestrictedFINXMax30Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id,omitempty"`
}

type SecuritiesAccount30

type SecuritiesAccount30 struct {
	Id RestrictedFINXMax35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Id"`
	Tp GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Tp,omitempty"`
	Nm Max70Text               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Nm,omitempty"`
}

type SecuritiesCertificate5

type SecuritiesCertificate5 struct {
	Nb      RestrictedFINXMax30Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Nb"`
	Issr    Max4AlphaNumericText    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Issr,omitempty"`
	SchmeNm Max4AlphaNumericText    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SchmeNm,omitempty"`
}

type SecuritiesPaymentStatus1Code

type SecuritiesPaymentStatus1Code string

May be one of FULL, NILL, PART

type SecuritiesPaymentStatus6Choice

type SecuritiesPaymentStatus6Choice struct {
	Cd    SecuritiesPaymentStatus1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type SecuritiesRTGS5Choice

type SecuritiesRTGS5Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Ind"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type SecuritiesSettlementTransactionConfirmation002V09

type SecuritiesSettlementTransactionConfirmation002V09 struct {
	TxIdDtls            SettlementTypeAndIdentification24 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TxIdDtls"`
	Lnkgs               Linkages50                        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Lnkgs,omitempty"`
	AddtlParams         AdditionalParameters31            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AddtlParams,omitempty"`
	TradDtls            SecuritiesTradeDetails106         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TradDtls"`
	FinInstrmId         SecurityIdentification20          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FinInstrmId"`
	FinInstrmAttrbts    FinancialInstrumentAttributes97   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FinInstrmAttrbts,omitempty"`
	QtyAndAcctDtls      QuantityAndAccount90              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 QtyAndAcctDtls"`
	SttlmParams         SettlementDetails176              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SttlmParams"`
	StgSttlmInstrDtls   StandingSettlementInstruction17   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 StgSttlmInstrDtls,omitempty"`
	DlvrgSttlmPties     SettlementParties81               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DlvrgSttlmPties,omitempty"`
	RcvgSttlmPties      SettlementParties81               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RcvgSttlmPties,omitempty"`
	CshPties            CashParties38                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CshPties,omitempty"`
	SttldAmt            AmountAndDirection96              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SttldAmt,omitempty"`
	OthrAmts            OtherAmounts44                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OthrAmts,omitempty"`
	OthrBizPties        OtherParties35                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OthrBizPties,omitempty"`
	AddtlPhysOrRegnDtls RegistrationParameters7           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AddtlPhysOrRegnDtls,omitempty"`
	SplmtryData         []SupplementaryData1              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SplmtryData,omitempty"`
}

type SecuritiesTradeDetails106

type SecuritiesTradeDetails106 struct {
	TradId                  []RestrictedFINXMax52Text          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TradId,omitempty"`
	CollTxId                []RestrictedFINXMax16Text          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CollTxId,omitempty"`
	PlcOfTrad               PlaceOfTradeIdentification2        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PlcOfTrad,omitempty"`
	PlcOfClr                PlaceOfClearingIdentification2     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PlcOfClr,omitempty"`
	TradDt                  TradeDate9Choice                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TradDt,omitempty"`
	SttlmDt                 SettlementDate20Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SttlmDt,omitempty"`
	FctvSttlmDt             SettlementDate22Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FctvSttlmDt"`
	DealPric                Price3                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DealPric,omitempty"`
	NbOfDaysAcrd            float64                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 NbOfDaysAcrd,omitempty"`
	OpngClsg                OpeningClosing4Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OpngClsg,omitempty"`
	Rptg                    []Reporting11Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Rptg,omitempty"`
	TradTxCond              []TradeTransactionCondition6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TradTxCond,omitempty"`
	InvstrCpcty             InvestorCapacity5Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 InvstrCpcty,omitempty"`
	TradOrgtrRole           TradeOriginator4Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TradOrgtrRole,omitempty"`
	TpOfPric                TypeOfPrice32Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TpOfPric,omitempty"`
	FxAddtlDtls             RestrictedFINXMax350Text           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 FxAddtlDtls,omitempty"`
	SttlmInstrPrcgAddtlDtls RestrictedFINXMax350Text           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SttlmInstrPrcgAddtlDtls,omitempty"`
}

type SecuritiesTransactionType25Code

type SecuritiesTransactionType25Code string

May be one of BSBK, BYIY, CNCB, COLI, COLO, CONV, FCTA, INSP, ISSU, MKDW, MKUP, NETT, NSYN, OWNE, OWNI, PAIR, PLAC, PORT, REAL, REDI, REDM, RELE, REPU, RODE, RVPO, SBBK, SBRE, SECB, SECL, SLRE, SUBS, SYND, TBAC, TRAD, TRPO, TRVO, TURN, CLAI, CORP, AUTO, SWIF, SWIT, ETFT, REBL

type SecuritiesTransactionType51Choice

type SecuritiesTransactionType51Choice struct {
	Cd    SecuritiesTransactionType25Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type SecurityIdentification20

type SecurityIdentification20 struct {
	ISIN   ISINOct2015Identifier    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ISIN,omitempty"`
	OthrId []OtherIdentification2   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OthrId,omitempty"`
	Desc   RestrictedFINXMax140Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Desc,omitempty"`
}

type SettlementDate20Choice

type SettlementDate20Choice struct {
	Dt   DateAndDateTime2Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Dt"`
	DtCd SettlementDateCode9Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DtCd"`
}

type SettlementDate22Choice

type SettlementDate22Choice struct {
	Dt   DateAndDateTime2Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Dt"`
	DtCd GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DtCd"`
}

type SettlementDate4Code

type SettlementDate4Code string

May be one of WISS

type SettlementDateCode9Choice

type SettlementDateCode9Choice struct {
	Cd    SettlementDate4Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type SettlementDetails176

type SettlementDetails176 struct {
	Prty           PriorityNumeric5Choice                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prty,omitempty"`
	SctiesTxTp     SecuritiesTransactionType51Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SctiesTxTp"`
	SttlmTxCond    []SettlementTransactionCondition28Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SttlmTxCond,omitempty"`
	PrtlSttlmInd   SettlementTransactionCondition5Code      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrtlSttlmInd,omitempty"`
	BnfclOwnrsh    BeneficialOwnership5Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 BnfclOwnrsh,omitempty"`
	BlckTrad       BlockTrade5Choice                        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 BlckTrad,omitempty"`
	CCPElgblty     CentralCounterPartyEligibility5Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CCPElgblty,omitempty"`
	CshClrSys      CashSettlementSystem5Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CshClrSys,omitempty"`
	XpsrTp         ExposureType17Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 XpsrTp,omitempty"`
	MktClntSd      MarketClientSide7Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 MktClntSd,omitempty"`
	NetgElgblty    NettingEligibility5Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 NetgElgblty,omitempty"`
	Regn           Registration11Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Regn,omitempty"`
	RpTp           RepurchaseType24Choice                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 RpTp,omitempty"`
	LglRstrctns    Restriction6Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LglRstrctns,omitempty"`
	SctiesRTGS     SecuritiesRTGS5Choice                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SctiesRTGS,omitempty"`
	SttlgCpcty     SettlingCapacity8Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SttlgCpcty,omitempty"`
	SttlmSysMtd    SettlementSystemMethod5Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SttlmSysMtd,omitempty"`
	TaxCpcty       TaxCapacityParty5Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 TaxCpcty,omitempty"`
	StmpDtyTaxBsis GenericIdentification47                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 StmpDtyTaxBsis,omitempty"`
	AutomtcBrrwg   AutomaticBorrowing8Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AutomtcBrrwg,omitempty"`
	LttrOfGrnt     LetterOfGuarantee5Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 LttrOfGrnt,omitempty"`
	ElgblForColl   bool                                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ElgblForColl,omitempty"`
	SctiesSubBalTp GenericIdentification47                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SctiesSubBalTp,omitempty"`
	CshSubBalTp    GenericIdentification47                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CshSubBalTp,omitempty"`
}

type SettlementParties81

type SettlementParties81 struct {
	Dpstry PartyIdentification162           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Dpstry,omitempty"`
	Pty1   PartyIdentificationAndAccount176 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Pty1,omitempty"`
	Pty2   PartyIdentificationAndAccount176 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Pty2,omitempty"`
	Pty3   PartyIdentificationAndAccount176 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Pty3,omitempty"`
	Pty4   PartyIdentificationAndAccount176 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Pty4,omitempty"`
	Pty5   PartyIdentificationAndAccount176 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Pty5,omitempty"`
}

type SettlementStandingInstructionDatabase1Code

type SettlementStandingInstructionDatabase1Code string

May be one of INTE, BRKR, VEND

type SettlementStandingInstructionDatabase5Choice

type SettlementStandingInstructionDatabase5Choice struct {
	Cd    SettlementStandingInstructionDatabase1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type SettlementSystemMethod1Code

type SettlementSystemMethod1Code string

May be one of NSET, YSET

type SettlementSystemMethod5Choice

type SettlementSystemMethod5Choice struct {
	Cd    SettlementSystemMethod1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type SettlementTransactionCondition10Code

type SettlementTransactionCondition10Code string

May be one of ADEA, ASGN, BUTC, CLEN, DLWM, DIRT, DRAW, EXER, EXPI, FRCL, KNOC, NOMC, NACT, PENS, PHYS, RHYP, RPTO, RESI, SHOR, SPDL, SPST, TRAN, TRIP, UNEX

type SettlementTransactionCondition28Choice

type SettlementTransactionCondition28Choice struct {
	Cd    SettlementTransactionCondition10Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type SettlementTransactionCondition5Code

type SettlementTransactionCondition5Code string

May be one of PART, NPAR, PARC, PARQ

type SettlementTypeAndIdentification24

type SettlementTypeAndIdentification24 struct {
	AcctOwnrTxId      RestrictedFINXMax16Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AcctOwnrTxId"`
	AcctSvcrTxId      RestrictedFINXMax16Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 AcctSvcrTxId,omitempty"`
	MktInfrstrctrTxId RestrictedFINXMax16Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 MktInfrstrctrTxId,omitempty"`
	PrcrTxId          RestrictedFINXMax16Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PrcrTxId,omitempty"`
	SctiesMvmntTp     ReceiveDelivery1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SctiesMvmntTp"`
	Pmt               DeliveryReceiptType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Pmt"`
	CmonId            RestrictedFINXMax16Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CmonId,omitempty"`
	PoolId            RestrictedFINXMax16Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 PoolId,omitempty"`
	CorpActnEvtId     RestrictedFINXMax16Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CorpActnEvtId,omitempty"`
}

type SettlingCapacity2Code

type SettlingCapacity2Code string

May be one of SAGE, CUST, SPRI, RISP

type SettlingCapacity8Choice

type SettlingCapacity8Choice struct {
	Cd    SettlingCapacity2Code   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type StandingSettlementInstruction17

type StandingSettlementInstruction17 struct {
	SttlmStgInstrDB     SettlementStandingInstructionDatabase5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 SttlmStgInstrDB"`
	CtrPty              Counterparty14Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 CtrPty"`
	Vndr                PartyIdentification157                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Vndr,omitempty"`
	OthrDlvrgSttlmPties SettlementParties81                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OthrDlvrgSttlmPties,omitempty"`
	OthrRcvgSttlmPties  SettlementParties81                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 OthrRcvgSttlmPties,omitempty"`
}

type SupplementaryData1

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

type SupplementaryDataEnvelope1

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

type TaxCapacityParty5Choice

type TaxCapacityParty5Choice struct {
	Cd    TaxLiability1Code       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type TaxLiability1Code

type TaxLiability1Code string

May be one of PRIN, AGEN

type TradeDate9Choice

type TradeDate9Choice struct {
	Dt   DateAndDateTime2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Dt"`
	DtCd TradeDateCode4Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 DtCd"`
}

type TradeDateCode4Choice

type TradeDateCode4Choice struct {
	Cd    DateType3Code           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type TradeOriginator4Choice

type TradeOriginator4Choice struct {
	Cd    OriginatorRole2Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type TradeTransactionCondition4Code

type TradeTransactionCondition4Code string

May be one of CBNS, XBNS, CCPN, XCPN, CDIV, XDIV, CRTS, XRTS, CWAR, XWAR, SPCU, SPEX, GTDL, BCRO, BCRP, BCFD, BCBL, BCBN, MAPR, NEGO, NMPR, BCPD

type TradeTransactionCondition6Choice

type TradeTransactionCondition6Choice struct {
	Cd    TradeTransactionCondition4Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type TypeOfIdentification1Code

type TypeOfIdentification1Code string

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

type TypeOfPrice14Code

type TypeOfPrice14Code string

May be one of AVER

type TypeOfPrice32Choice

type TypeOfPrice32Choice struct {
	Cd    TypeOfPrice14Code       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Cd"`
	Prtry GenericIdentification47 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Prtry"`
}

type YieldedOrValueType1Choice

type YieldedOrValueType1Choice struct {
	Yldd  bool                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 Yldd"`
	ValTp PriceValueType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.025.002.09 ValTp"`
}

Jump to

Keyboard shortcuts

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