sese_026_001_06

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 ActiveOrHistoricCurrencyAnd13DecimalAmount

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

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 AdditionalParameters30

type AdditionalParameters30 struct {
	PreConf                  PreConfirmation1Code   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PreConf,omitempty"`
	PrtlSttlm                PartialSettlement2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrtlSttlm,omitempty"`
	TrptyAgtSvcPrvdrCollTxId Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TrptyAgtSvcPrvdrCollTxId,omitempty"`
	ClntTrptyCollTxId        Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ClntTrptyCollTxId,omitempty"`
}

type AddressType2Code

type AddressType2Code string

May be one of ADDR, PBOX, HOME, BIZZ, MLTO, DLVY

type AlternatePartyIdentification7

type AlternatePartyIdentification7 struct {
	IdTp    IdentificationType42Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 IdTp"`
	Ctry    CountryCode                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Ctry"`
	AltrnId Max35Text                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AltrnId"`
}

type AmountAndDirection44

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

type AmountAndDirection46

type AmountAndDirection46 struct {
	AcrdIntrstInd       bool                              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AcrdIntrstInd,omitempty"`
	StmpDtyInd          bool                              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 StmpDtyInd,omitempty"`
	BrkrgAmtInd         bool                              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 BrkrgAmtInd,omitempty"`
	Amt                 ActiveCurrencyAndAmount           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Amt"`
	CdtDbtInd           CreditDebitCode                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CdtDbtInd"`
	OrgnlCcyAndOrdrdAmt ActiveOrHistoricCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 OrgnlCcyAndOrdrdAmt,omitempty"`
	FXDtls              ForeignExchangeTerms23            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 FXDtls,omitempty"`
	ValDt               DateAndDateTimeChoice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ValDt,omitempty"`
}

type AmountAndDirection52

type AmountAndDirection52 struct {
	Amt       ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Amt"`
	CdtDbtInd CreditDebitCode         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CdtDbtInd"`
}

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 AutoBorrowing1Code

type AutoBorrowing1Code string

May be one of LAMI, NBOR, YBOR

type AutomaticBorrowing6Choice

type AutomaticBorrowing6Choice struct {
	Cd    AutoBorrowing1Code      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type BICFIIdentifier

type BICFIIdentifier string

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

type BeneficialOwnership4Choice

type BeneficialOwnership4Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Ind"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type BlockTrade1Code

type BlockTrade1Code string

May be one of BLPA, BLCH

type BlockTrade4Choice

type BlockTrade4Choice struct {
	Cd    BlockTrade1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type CFIOct2015Identifier

type CFIOct2015Identifier string

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

type CashAccountIdentification5Choice

type CashAccountIdentification5Choice struct {
	IBAN  IBAN2007Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 IBAN"`
	Prtry Max34Text          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type CashParties25

type CashParties25 struct {
	Dbtr    PartyIdentificationAndAccount111 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Dbtr,omitempty"`
	DbtrAgt PartyIdentificationAndAccount112 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DbtrAgt,omitempty"`
	Cdtr    PartyIdentificationAndAccount111 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cdtr,omitempty"`
	CdtrAgt PartyIdentificationAndAccount112 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CdtrAgt,omitempty"`
}

type CashSettlementSystem2Code

type CashSettlementSystem2Code string

May be one of GROS, NETS

type CashSettlementSystem4Choice

type CashSettlementSystem4Choice struct {
	Cd    CashSettlementSystem2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type CentralCounterPartyEligibility4Choice

type CentralCounterPartyEligibility4Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Ind"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type ClassificationType32Choice

type ClassificationType32Choice struct {
	ClssfctnFinInstrm CFIOct2015Identifier    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ClssfctnFinInstrm"`
	AltrnClssfctn     GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AltrnClssfctn"`
}

type Counterparty9Choice

type Counterparty9Choice struct {
	Sellr PartyIdentificationAndAccount106 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Sellr"`
	Buyr  PartyIdentificationAndAccount106 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 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 DateAndDateTimeChoice

type DateAndDateTimeChoice struct {
	Dt   ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Dt"`
	DtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 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 {
	SctiesSttlmTxRvslAdvc SecuritiesSettlementTransactionReversalAdviceV06 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SctiesSttlmTxRvslAdvc"`
}

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 ExposureType16Choice

type ExposureType16Choice struct {
	Cd    ExposureType4Code       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 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 FinancialInstrumentAttributes64

type FinancialInstrumentAttributes64 struct {
	PlcOfListg             MarketIdentification3Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PlcOfListg,omitempty"`
	DayCntBsis             InterestComputationMethodFormat4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DayCntBsis,omitempty"`
	RegnForm               FormOfSecurity6Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 RegnForm,omitempty"`
	PmtFrqcy               Frequency23Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PmtFrqcy,omitempty"`
	PmtSts                 SecuritiesPaymentStatus5Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PmtSts,omitempty"`
	VarblRateChngFrqcy     Frequency23Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 VarblRateChngFrqcy,omitempty"`
	ClssfctnTp             ClassificationType32Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ClssfctnTp,omitempty"`
	OptnStyle              OptionStyle8Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 OptnStyle,omitempty"`
	OptnTp                 OptionType6Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 OptnTp,omitempty"`
	DnmtnCcy               ActiveOrHistoricCurrencyCode           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DnmtnCcy,omitempty"`
	CpnDt                  ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CpnDt,omitempty"`
	XpryDt                 ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 XpryDt,omitempty"`
	FltgRateFxgDt          ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 FltgRateFxgDt,omitempty"`
	MtrtyDt                ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 MtrtyDt,omitempty"`
	IsseDt                 ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 IsseDt,omitempty"`
	NxtCllblDt             ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 NxtCllblDt,omitempty"`
	PutblDt                ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PutblDt,omitempty"`
	DtdDt                  ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DtdDt,omitempty"`
	FrstPmtDt              ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 FrstPmtDt,omitempty"`
	PrvsFctr               float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrvsFctr,omitempty"`
	CurFctr                float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CurFctr,omitempty"`
	NxtFctr                float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 NxtFctr,omitempty"`
	IntrstRate             float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 IntrstRate,omitempty"`
	YldToMtrtyRate         float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 YldToMtrtyRate,omitempty"`
	NxtIntrstRate          float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 NxtIntrstRate,omitempty"`
	IndxRateBsis           float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 IndxRateBsis,omitempty"`
	CpnAttchdNb            Number22Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CpnAttchdNb,omitempty"`
	PoolNb                 GenericIdentification37                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PoolNb,omitempty"`
	VarblRateInd           bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 VarblRateInd,omitempty"`
	CllblInd               bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CllblInd,omitempty"`
	PutblInd               bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PutblInd,omitempty"`
	MktOrIndctvPric        PriceType1Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 MktOrIndctvPric,omitempty"`
	ExrcPric               Price2                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ExrcPric,omitempty"`
	SbcptPric              Price2                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SbcptPric,omitempty"`
	ConvsPric              Price2                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ConvsPric,omitempty"`
	StrkPric               Price2                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 StrkPric,omitempty"`
	MinNmnlQty             FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 MinNmnlQty,omitempty"`
	CtrctSz                FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CtrctSz,omitempty"`
	UndrlygFinInstrmId     []SecurityIdentification19             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 UndrlygFinInstrmId,omitempty"`
	FinInstrmAttrAddtlDtls Max350Text                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 FinInstrmAttrAddtlDtls,omitempty"`
}

type FinancialInstrumentQuantity1Choice

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

type ForeignExchangeTerms23

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

type FormOfSecurity1Code

type FormOfSecurity1Code string

May be one of BEAR, REGD

type FormOfSecurity6Choice

type FormOfSecurity6Choice struct {
	Cd    FormOfSecurity1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type Frequency23Choice

type Frequency23Choice struct {
	Cd    EventFrequency3Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type GenericIdentification1

type GenericIdentification1 struct {
	Id      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SchmeNm,omitempty"`
	Issr    Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Issr,omitempty"`
}

type GenericIdentification30

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

type GenericIdentification36

type GenericIdentification36 struct {
	Id      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	Issr    Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Issr"`
	SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SchmeNm,omitempty"`
}

type GenericIdentification37

type GenericIdentification37 struct {
	Id   Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Issr,omitempty"`
}

type GenericIdentification78

type GenericIdentification78 struct {
	Tp GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Tp"`
	Id Max35Text               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id,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 Identification14

type Identification14 struct {
	Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
}

type IdentificationSource3Choice

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

type IdentificationType42Choice

type IdentificationType42Choice struct {
	Cd    TypeOfIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 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 InterestComputationMethodFormat4Choice

type InterestComputationMethodFormat4Choice struct {
	Cd    InterestComputationMethod2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type InvestorCapacity4Choice

type InvestorCapacity4Choice struct {
	Cd    Eligibility1Code        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type LEIIdentifier

type LEIIdentifier string

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

type LetterOfGuarantee4Choice

type LetterOfGuarantee4Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Ind"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type MICIdentifier

type MICIdentifier string

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

type MarketClientSide4Choice

type MarketClientSide4Choice struct {
	Cd    MarketClientSideCode    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type MarketClientSideCode

type MarketClientSideCode string

May be one of MAKT, CLNT

type MarketIdentification1Choice

type MarketIdentification1Choice struct {
	MktIdrCd MICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 MktIdrCd"`
	Desc     Max35Text     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Desc"`
}

type MarketIdentification3Choice

type MarketIdentification3Choice struct {
	MktIdrCd MICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 MktIdrCd"`
	Desc     Max35Text     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Desc"`
}

type MarketIdentification84

type MarketIdentification84 struct {
	Id MarketIdentification1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id,omitempty"`
	Tp MarketType8Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Tp"`
}

type MarketType2Code

type MarketType2Code string

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

type MarketType8Choice

type MarketType8Choice struct {
	Cd    MarketType2Code         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

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 Max210Text

type Max210Text string

Must be at least 1 items long

type Max34Text

type Max34Text 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 Max70Text

type Max70Text string

Must be at least 1 items long

type NameAndAddress5

type NameAndAddress5 struct {
	Nm  Max350Text     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Nm"`
	Adr PostalAddress1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Adr,omitempty"`
}

type NettingEligibility4Choice

type NettingEligibility4Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Ind"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type Number22Choice

type Number22Choice struct {
	Shrt Exact3NumericText      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Shrt"`
	Lng  GenericIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Lng"`
}

type OpeningClosing1Code

type OpeningClosing1Code string

May be one of CLOP, OPEP

type OpeningClosing3Choice

type OpeningClosing3Choice struct {
	Cd    OpeningClosing1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type OptionStyle2Code

type OptionStyle2Code string

May be one of AMER, EURO

type OptionStyle8Choice

type OptionStyle8Choice struct {
	Cd    OptionStyle2Code        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type OptionType1Code

type OptionType1Code string

May be one of CALL, PUTO

type OptionType6Choice

type OptionType6Choice struct {
	Cd    OptionType1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type OriginalAndCurrentQuantities1

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

type OriginatorRole2Code

type OriginatorRole2Code string

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

type OtherAmounts30

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

type OtherIdentification1

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

type OtherParties27

type OtherParties27 struct {
	Invstr         []PartyIdentificationAndAccount108 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Invstr,omitempty"`
	QlfdFrgnIntrmy PartyIdentificationAndAccount107   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 QlfdFrgnIntrmy,omitempty"`
	StockXchg      PartyIdentificationAndAccount109   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 StockXchg,omitempty"`
	TradRgltr      PartyIdentificationAndAccount109   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TradRgltr,omitempty"`
	TrptyAgt       PartyIdentificationAndAccount107   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TrptyAgt,omitempty"`
	Brkr           PartyIdentificationAndAccount107   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 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 PartyIdentification100

type PartyIdentification100 struct {
	Id  PartyIdentification71Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	LEI LEIIdentifier               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
}

type PartyIdentification44Choice

type PartyIdentification44Choice struct {
	AnyBIC   AnyBICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AnyBIC"`
	NmAndAdr NameAndAddress5  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 NmAndAdr"`
	Ctry     CountryCode      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Ctry"`
}

type PartyIdentification71Choice

type PartyIdentification71Choice struct {
	AnyBIC   AnyBICIdentifier        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AnyBIC"`
	PrtryId  GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrtryId"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 NmAndAdr"`
}

type PartyIdentification75

type PartyIdentification75 struct {
	Id       PartyIdentification44Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	LEI      LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
	AltrnId  AlternatePartyIdentification7 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AltrnId,omitempty"`
	PrcgDt   DateAndDateTimeChoice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrcgDt,omitempty"`
	PrcgId   Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrcgId,omitempty"`
	AddtlInf PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AddtlInf,omitempty"`
}

type PartyIdentification92Choice

type PartyIdentification92Choice struct {
	AnyBIC  AnyBICIdentifier        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AnyBIC"`
	PrtryId GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrtryId"`
}

type PartyIdentification94Choice

type PartyIdentification94Choice struct {
	BICFI    BICFIIdentifier         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 BICFI"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 NmAndAdr"`
	PrtryId  GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrtryId"`
}

type PartyIdentification98

type PartyIdentification98 struct {
	Id  PartyIdentification92Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	LEI LEIIdentifier               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
}

type PartyIdentificationAndAccount106

type PartyIdentificationAndAccount106 struct {
	Id        PartyIdentification71Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	LEI       LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
	AltrnId   AlternatePartyIdentification7 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AltrnId,omitempty"`
	SfkpgAcct SecuritiesAccount24           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SfkpgAcct,omitempty"`
	PrcgDt    DateAndDateTimeChoice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrcgDt,omitempty"`
	PrcgId    Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrcgId,omitempty"`
	AddtlInf  PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount107

type PartyIdentificationAndAccount107 struct {
	Id        PartyIdentification71Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	LEI       LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
	AltrnId   AlternatePartyIdentification7 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AltrnId,omitempty"`
	SfkpgAcct Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SfkpgAcct,omitempty"`
	PrcgId    Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrcgId,omitempty"`
	AddtlInf  PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount108

type PartyIdentificationAndAccount108 struct {
	Id        PartyIdentification71Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id,omitempty"`
	LEI       LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
	AltrnId   AlternatePartyIdentification7 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AltrnId,omitempty"`
	Ntlty     CountryCode                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Ntlty,omitempty"`
	SfkpgAcct Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SfkpgAcct,omitempty"`
	PrcgId    Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrcgId,omitempty"`
	AddtlInf  PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount109

type PartyIdentificationAndAccount109 struct {
	Id       PartyIdentification71Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	LEI      LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
	AltrnId  AlternatePartyIdentification7 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AltrnId,omitempty"`
	PrcgId   Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrcgId,omitempty"`
	AddtlInf PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount111

type PartyIdentificationAndAccount111 struct {
	Id         PartyIdentification71Choice      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	LEI        LEIIdentifier                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
	AltrnId    AlternatePartyIdentification7    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AltrnId,omitempty"`
	CshAcct    CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CshAcct,omitempty"`
	ChrgsAcct  CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ChrgsAcct,omitempty"`
	ComssnAcct CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ComssnAcct,omitempty"`
	TaxAcct    CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TaxAcct,omitempty"`
	AddtlInf   PartyTextInformation2            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount112

type PartyIdentificationAndAccount112 struct {
	Id         PartyIdentification94Choice      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	LEI        LEIIdentifier                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
	AltrnId    AlternatePartyIdentification7    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AltrnId,omitempty"`
	CshAcct    CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CshAcct,omitempty"`
	ChrgsAcct  CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ChrgsAcct,omitempty"`
	ComssnAcct CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ComssnAcct,omitempty"`
	TaxAcct    CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TaxAcct,omitempty"`
	AddtlInf   PartyTextInformation2            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AddtlInf,omitempty"`
}

type PartyTextInformation1

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

type PartyTextInformation2

type PartyTextInformation2 struct {
	DclrtnDtls  Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DclrtnDtls,omitempty"`
	PtyCtctDtls Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PtyCtctDtls,omitempty"`
}

type PlaceOfClearingIdentification1

type PlaceOfClearingIdentification1 struct {
	Id  AnyBICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id,omitempty"`
	LEI LEIIdentifier    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
}

type PlaceOfTradeIdentification1

type PlaceOfTradeIdentification1 struct {
	MktTpAndId MarketIdentification84 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 MktTpAndId,omitempty"`
	LEI        LEIIdentifier          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LEI,omitempty"`
}

type PostalAddress1

type PostalAddress1 struct {
	AdrTp       AddressType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AdrTp,omitempty"`
	AdrLine     []Max70Text      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AdrLine,omitempty"`
	StrtNm      Max70Text        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 StrtNm,omitempty"`
	BldgNb      Max16Text        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 BldgNb,omitempty"`
	PstCd       Max16Text        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PstCd,omitempty"`
	TwnNm       Max35Text        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TwnNm,omitempty"`
	CtrySubDvsn Max35Text        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CtrySubDvsn,omitempty"`
	Ctry        CountryCode      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Ctry"`
}

type PreConfirmation1Code

type PreConfirmation1Code string

May be one of PRCA, PRSE

type Price2

type Price2 struct {
	Tp  YieldedOrValueType1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Tp"`
	Val PriceRateOrAmountChoice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Val"`
}

type PriceRateOrAmountChoice

type PriceRateOrAmountChoice struct {
	Rate float64                                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Rate"`
	Amt  ActiveOrHistoricCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Amt"`
}

type PriceType1Choice

type PriceType1Choice struct {
	Mkt    Price2 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Mkt"`
	Indctv Price2 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Indctv"`
}

type PriceValueType1Code

type PriceValueType1Code string

May be one of DISC, PREM, PARV

type PriorityNumeric4Choice

type PriorityNumeric4Choice struct {
	Nmrc  Exact4NumericText       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Nmrc"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type Quantity6Choice

type Quantity6Choice struct {
	Qty             FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Qty"`
	OrgnlAndCurFace OriginalAndCurrentQuantities1      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 OrgnlAndCurFace"`
}

type QuantityAndAccount41

type QuantityAndAccount41 struct {
	SttldQty         Quantity6Choice                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SttldQty"`
	PrevslySttldQty  FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrevslySttldQty,omitempty"`
	RmngToBeSttldQty FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 RmngToBeSttldQty,omitempty"`
	PrevslySttldAmt  AmountAndDirection52               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrevslySttldAmt,omitempty"`
	RmngToBeSttldAmt AmountAndDirection52               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 RmngToBeSttldAmt,omitempty"`
	DnmtnChc         Max210Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DnmtnChc,omitempty"`
	AcctOwnr         PartyIdentification98              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AcctOwnr,omitempty"`
	SfkpgAcct        SecuritiesAccount24                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SfkpgAcct"`
	CshAcct          CashAccountIdentification5Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CshAcct,omitempty"`
	QtyBrkdwn        []QuantityBreakdown29              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 QtyBrkdwn,omitempty"`
	SfkpgPlc         SafeKeepingPlace1                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SfkpgPlc,omitempty"`
}

type QuantityBreakdown29

type QuantityBreakdown29 struct {
	LotNb          GenericIdentification37            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LotNb,omitempty"`
	LotQty         FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LotQty,omitempty"`
	SctiesSubBalTp GenericIdentification30            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SctiesSubBalTp,omitempty"`
	LotDtTm        DateAndDateTimeChoice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LotDtTm,omitempty"`
	LotPric        Price2                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LotPric,omitempty"`
	TpOfPric       TypeOfPrice29Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TpOfPric,omitempty"`
}

type ReceiveDelivery1Code

type ReceiveDelivery1Code string

May be one of DELI, RECE

type Registration1Code

type Registration1Code string

May be one of NREG, YREG

type Registration9Choice

type Registration9Choice struct {
	Cd    Registration1Code       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type RegistrationParameters4

type RegistrationParameters4 struct {
	CertfctnId   Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CertfctnId,omitempty"`
	CertfctnDtTm DateAndDateTimeChoice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CertfctnDtTm,omitempty"`
	RegarAcct    Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 RegarAcct,omitempty"`
	CertNb       []SecuritiesCertificate4 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CertNb,omitempty"`
}

type Reporting2Code

type Reporting2Code string

May be one of STEX, REGU, DEFR

type Reporting6Choice

type Reporting6Choice struct {
	Cd    Reporting2Code          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type RepurchaseType22Choice

type RepurchaseType22Choice struct {
	Cd    RepurchaseType9Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type RepurchaseType9Code

type RepurchaseType9Code string

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

type Restriction5Choice

type Restriction5Choice struct {
	Cd    OwnershipLegalRestrictions1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type SafeKeepingPlace1

type SafeKeepingPlace1 struct {
	SfkpgPlcFrmt SafekeepingPlaceFormat10Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SfkpgPlcFrmt,omitempty"`
	LEI          LEIIdentifier                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 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 SafekeepingPlaceFormat10Choice

type SafekeepingPlaceFormat10Choice struct {
	Id      SafekeepingPlaceTypeAndText8             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	Ctry    CountryCode                              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Ctry"`
	TpAndId SafekeepingPlaceTypeAndAnyBICIdentifier1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TpAndId"`
	Prtry   GenericIdentification78                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type SafekeepingPlaceTypeAndAnyBICIdentifier1

type SafekeepingPlaceTypeAndAnyBICIdentifier1 struct {
	SfkpgPlcTp SafekeepingPlace1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SfkpgPlcTp"`
	Id         AnyBICIdentifier      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
}

type SafekeepingPlaceTypeAndText8

type SafekeepingPlaceTypeAndText8 struct {
	SfkpgPlcTp SafekeepingPlace3Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SfkpgPlcTp"`
	Id         Max35Text             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id,omitempty"`
}

type SecuritiesAccount24

type SecuritiesAccount24 struct {
	Id Max35Text               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Id"`
	Tp GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Tp,omitempty"`
	Nm Max70Text               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Nm,omitempty"`
}

type SecuritiesCertificate4

type SecuritiesCertificate4 struct {
	Nb      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Nb"`
	Issr    Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Issr,omitempty"`
	SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SchmeNm,omitempty"`
}

type SecuritiesPaymentStatus1Code

type SecuritiesPaymentStatus1Code string

May be one of FULL, NILL, PART

type SecuritiesPaymentStatus5Choice

type SecuritiesPaymentStatus5Choice struct {
	Cd    SecuritiesPaymentStatus1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type SecuritiesRTGS4Choice

type SecuritiesRTGS4Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Ind"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type SecuritiesSettlementTransactionReversalAdviceV06

type SecuritiesSettlementTransactionReversalAdviceV06 struct {
	TxIdDtls            SettlementTypeAndIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TxIdDtls"`
	ConfRef             Identification14                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ConfRef"`
	AddtlParams         AdditionalParameters30            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AddtlParams,omitempty"`
	TradDtls            SecuritiesTradeDetails53          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TradDtls"`
	FinInstrmId         SecurityIdentification19          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 FinInstrmId"`
	FinInstrmAttrbts    FinancialInstrumentAttributes64   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 FinInstrmAttrbts,omitempty"`
	QtyAndAcctDtls      QuantityAndAccount41              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 QtyAndAcctDtls"`
	SttlmParams         SettlementDetails128              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SttlmParams"`
	StgSttlmInstrDtls   StandingSettlementInstruction11   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 StgSttlmInstrDtls,omitempty"`
	DlvrgSttlmPties     SettlementParties36               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DlvrgSttlmPties,omitempty"`
	RcvgSttlmPties      SettlementParties36               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 RcvgSttlmPties,omitempty"`
	CshPties            CashParties25                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CshPties,omitempty"`
	SttldAmt            AmountAndDirection46              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SttldAmt,omitempty"`
	OthrAmts            OtherAmounts30                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 OthrAmts,omitempty"`
	OthrBizPties        OtherParties27                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 OthrBizPties,omitempty"`
	AddtlPhysOrRegnDtls RegistrationParameters4           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AddtlPhysOrRegnDtls,omitempty"`
	SplmtryData         []SupplementaryData1              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SplmtryData,omitempty"`
}

type SecuritiesTradeDetails53

type SecuritiesTradeDetails53 struct {
	TradId                  []Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TradId,omitempty"`
	CollTxId                []Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CollTxId,omitempty"`
	PlcOfTrad               PlaceOfTradeIdentification1        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PlcOfTrad,omitempty"`
	PlcOfClr                PlaceOfClearingIdentification1     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PlcOfClr,omitempty"`
	TradDt                  TradeDate5Choice                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TradDt,omitempty"`
	SttlmDt                 SettlementDate9Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SttlmDt,omitempty"`
	FctvSttlmDt             SettlementDate11Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 FctvSttlmDt"`
	DealPric                Price2                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DealPric,omitempty"`
	NbOfDaysAcrd            float64                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 NbOfDaysAcrd,omitempty"`
	OpngClsg                OpeningClosing3Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 OpngClsg,omitempty"`
	Rptg                    []Reporting6Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Rptg,omitempty"`
	TradTxCond              []TradeTransactionCondition5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TradTxCond,omitempty"`
	InvstrCpcty             InvestorCapacity4Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 InvstrCpcty,omitempty"`
	TradOrgtrRole           TradeOriginator3Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TradOrgtrRole,omitempty"`
	TpOfPric                TypeOfPrice29Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TpOfPric,omitempty"`
	FxAddtlDtls             Max350Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 FxAddtlDtls,omitempty"`
	SttlmInstrPrcgAddtlDtls Max350Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SttlmInstrPrcgAddtlDtls,omitempty"`
}

type SecuritiesTransactionType18Choice

type SecuritiesTransactionType18Choice struct {
	Cd    SecuritiesTransactionType8Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type SecuritiesTransactionType8Code

type SecuritiesTransactionType8Code string

May be one of BSBK, BIYI, 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, ETFT

type SecurityIdentification19

type SecurityIdentification19 struct {
	ISIN   ISINOct2015Identifier  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ISIN,omitempty"`
	OthrId []OtherIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 OthrId,omitempty"`
	Desc   Max140Text             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Desc,omitempty"`
}

type SettlementDate11Choice

type SettlementDate11Choice struct {
	Dt   DateAndDateTimeChoice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Dt"`
	DtCd GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DtCd"`
}

type SettlementDate4Code

type SettlementDate4Code string

May be one of WISS

type SettlementDate9Choice

type SettlementDate9Choice struct {
	Dt   DateAndDateTimeChoice     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Dt"`
	DtCd SettlementDateCode7Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DtCd"`
}

type SettlementDateCode7Choice

type SettlementDateCode7Choice struct {
	Cd    SettlementDate4Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type SettlementDetails128

type SettlementDetails128 struct {
	Prty           PriorityNumeric4Choice                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prty,omitempty"`
	SctiesTxTp     SecuritiesTransactionType18Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SctiesTxTp"`
	SttlmTxCond    []SettlementTransactionCondition16Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SttlmTxCond,omitempty"`
	PrtlSttlmInd   SettlementTransactionCondition5Code      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 PrtlSttlmInd,omitempty"`
	BnfclOwnrsh    BeneficialOwnership4Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 BnfclOwnrsh,omitempty"`
	BlckTrad       BlockTrade4Choice                        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 BlckTrad,omitempty"`
	CCPElgblty     CentralCounterPartyEligibility4Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CCPElgblty,omitempty"`
	CshClrSys      CashSettlementSystem4Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CshClrSys,omitempty"`
	XpsrTp         ExposureType16Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 XpsrTp,omitempty"`
	MktClntSd      MarketClientSide4Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 MktClntSd,omitempty"`
	NetgElgblty    NettingEligibility4Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 NetgElgblty,omitempty"`
	Regn           Registration9Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Regn,omitempty"`
	RpTp           RepurchaseType22Choice                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 RpTp,omitempty"`
	LglRstrctns    Restriction5Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LglRstrctns,omitempty"`
	SctiesRTGS     SecuritiesRTGS4Choice                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SctiesRTGS,omitempty"`
	SttlgCpcty     SettlingCapacity7Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SttlgCpcty,omitempty"`
	SttlmSysMtd    SettlementSystemMethod4Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SttlmSysMtd,omitempty"`
	TaxCpcty       TaxCapacityParty4Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 TaxCpcty,omitempty"`
	StmpDtyTaxBsis GenericIdentification30                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 StmpDtyTaxBsis,omitempty"`
	AutomtcBrrwg   AutomaticBorrowing6Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 AutomtcBrrwg,omitempty"`
	LttrOfGrnt     LetterOfGuarantee4Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 LttrOfGrnt,omitempty"`
	ElgblForColl   bool                                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 ElgblForColl,omitempty"`
	SctiesSubBalTp GenericIdentification30                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SctiesSubBalTp,omitempty"`
	CshSubBalTp    GenericIdentification30                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CshSubBalTp,omitempty"`
}

type SettlementParties36

type SettlementParties36 struct {
	Dpstry PartyIdentification75            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Dpstry,omitempty"`
	Pty1   PartyIdentificationAndAccount106 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Pty1,omitempty"`
	Pty2   PartyIdentificationAndAccount106 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Pty2,omitempty"`
	Pty3   PartyIdentificationAndAccount106 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Pty3,omitempty"`
	Pty4   PartyIdentificationAndAccount106 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Pty4,omitempty"`
	Pty5   PartyIdentificationAndAccount106 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Pty5,omitempty"`
}

type SettlementStandingInstructionDatabase1Code

type SettlementStandingInstructionDatabase1Code string

May be one of INTE, BRKR, VEND

type SettlementStandingInstructionDatabase4Choice

type SettlementStandingInstructionDatabase4Choice struct {
	Cd    SettlementStandingInstructionDatabase1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type SettlementSystemMethod1Code

type SettlementSystemMethod1Code string

May be one of NSET, YSET

type SettlementSystemMethod4Choice

type SettlementSystemMethod4Choice struct {
	Cd    SettlementSystemMethod1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 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 SettlementTransactionCondition16Choice

type SettlementTransactionCondition16Choice struct {
	Cd    SettlementTransactionCondition10Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type SettlementTransactionCondition5Code

type SettlementTransactionCondition5Code string

May be one of PART, NPAR, PARC, PARQ

type SettlementTypeAndIdentification19

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

type SettlingCapacity2Code

type SettlingCapacity2Code string

May be one of SAGE, CUST, SPRI, RISP

type SettlingCapacity7Choice

type SettlingCapacity7Choice struct {
	Cd    SettlingCapacity2Code   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type StandingSettlementInstruction11

type StandingSettlementInstruction11 struct {
	SttlmStgInstrDB     SettlementStandingInstructionDatabase4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 SttlmStgInstrDB"`
	CtrPty              Counterparty9Choice                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 CtrPty"`
	Vndr                PartyIdentification100                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Vndr,omitempty"`
	OthrDlvrgSttlmPties SettlementParties36                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 OthrDlvrgSttlmPties,omitempty"`
	OthrRcvgSttlmPties  SettlementParties36                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 OthrRcvgSttlmPties,omitempty"`
}

type SupplementaryData1

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

type SupplementaryDataEnvelope1

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

type TaxCapacityParty4Choice

type TaxCapacityParty4Choice struct {
	Cd    TaxLiability1Code       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type TaxLiability1Code

type TaxLiability1Code string

May be one of PRIN, AGEN

type TradeDate5Choice

type TradeDate5Choice struct {
	Dt   DateAndDateTimeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Dt"`
	DtCd TradeDateCode3Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 DtCd"`
}

type TradeDateCode3Choice

type TradeDateCode3Choice struct {
	Cd    DateType3Code           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type TradeOriginator3Choice

type TradeOriginator3Choice struct {
	Cd    OriginatorRole2Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 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 TradeTransactionCondition5Choice

type TradeTransactionCondition5Choice struct {
	Cd    TradeTransactionCondition4Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 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 TypeOfPrice29Choice

type TypeOfPrice29Choice struct {
	Cd    TypeOfPrice14Code       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.026.001.06 Prtry"`
}

type YieldedOrValueType1Choice

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

Jump to

Keyboard shortcuts

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