sese_033_001_05

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 AddressType2Code

type AddressType2Code string

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

type AffirmationStatus1Choice

type AffirmationStatus1Choice struct {
	Cd    AffirmationStatus1Code  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type AffirmationStatus1Code

type AffirmationStatus1Code string

May be one of AFFI, NAFI

type AlternatePartyIdentification2

type AlternatePartyIdentification2 struct {
	IdTp    IdentificationType4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 IdTp"`
	Ctry    CountryCode               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ctry"`
	AltrnId Max35Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AltrnId"`
}

type AmountAndDirection36

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

type AmountAndDirection4

type AmountAndDirection4 struct {
	Amt       ActiveOrHistoricCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Amt"`
	CdtDbtInd CreditDebitCode                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CdtDbtInd,omitempty"`
}

type AmountAndDirection9

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

type AnyBICIdentifier

type AnyBICIdentifier string

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

type AutoBorrowing1Code

type AutoBorrowing1Code string

May be one of LAMI, NBOR, YBOR

type AutomaticBorrowing1Choice

type AutomaticBorrowing1Choice struct {
	Cd    AutoBorrowing1Code      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 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 BeneficialOwnership1Choice

type BeneficialOwnership1Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ind"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type BlockTrade1Choice

type BlockTrade1Choice struct {
	Cd    BlockTrade1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type BlockTrade1Code

type BlockTrade1Code string

May be one of BLPA, BLCH

type CFIIdentifier

type CFIIdentifier string

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

type CashAccountIdentification5Choice

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

type CashParties17

type CashParties17 struct {
	Dbtr    PartyIdentificationAndAccount39 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Dbtr,omitempty"`
	DbtrAgt PartyIdentificationAndAccount50 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 DbtrAgt,omitempty"`
	Cdtr    PartyIdentificationAndAccount39 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cdtr,omitempty"`
	CdtrAgt PartyIdentificationAndAccount50 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CdtrAgt,omitempty"`
	Intrmy  PartyIdentificationAndAccount50 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Intrmy,omitempty"`
}

type CashSettlementSystem1Choice

type CashSettlementSystem1Choice struct {
	Cd    CashSettlementSystem2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type CashSettlementSystem2Code

type CashSettlementSystem2Code string

May be one of GROS, NETS

type CentralCounterPartyEligibility1Choice

type CentralCounterPartyEligibility1Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ind"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type ClassificationType2Choice

type ClassificationType2Choice struct {
	ClssfctnFinInstrm CFIIdentifier           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ClssfctnFinInstrm"`
	AltrnClssfctn     GenericIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AltrnClssfctn"`
}

type Counterparty3Choice

type Counterparty3Choice struct {
	Sellr PartyIdentificationAndAccount35 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Sellr"`
	Buyr  PartyIdentificationAndAccount35 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 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 CurrencyToBuyOrSell1Choice

type CurrencyToBuyOrSell1Choice struct {
	CcyToBuy  ActiveCurrencyCode `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CcyToBuy"`
	CcyToSell ActiveCurrencyCode `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CcyToSell"`
}

type DateAndDateTimeChoice

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

type DateCode1Choice

type DateCode1Choice struct {
	Cd    DateType5Code           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type DateType3Code

type DateType3Code string

May be one of VARI

type DateType5Code

type DateType5Code string

May be one of OPEN

type DeliveryReceiptType2Code

type DeliveryReceiptType2Code string

May be one of FREE, APMT

type Document

type Document struct {
	SctiesFincgInstr SecuritiesFinancingInstructionV05 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SctiesFincgInstr"`
}

type DocumentNumber1Choice

type DocumentNumber1Choice struct {
	ShrtNb  Exact3NumericText                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ShrtNb"`
	LngNb   ISO20022MessageIdentificationText `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 LngNb"`
	PrtryNb GenericIdentification19           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrtryNb"`
}

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 ExternalFinancialInstrumentIdentificationType1Code

type ExternalFinancialInstrumentIdentificationType1Code string

Must be at least 1 items long

type FXStandingInstruction1Choice

type FXStandingInstruction1Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ind"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type FinancialInstrumentAttributes35

type FinancialInstrumentAttributes35 struct {
	PlcOfListg             MarketIdentification3Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PlcOfListg,omitempty"`
	DayCntBsis             InterestComputationMethodFormat1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 DayCntBsis,omitempty"`
	RegnForm               FormOfSecurity2Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 RegnForm,omitempty"`
	PmtFrqcy               Frequency3Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PmtFrqcy,omitempty"`
	PmtSts                 SecuritiesPaymentStatus2Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PmtSts,omitempty"`
	VarblRateChngFrqcy     Frequency3Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 VarblRateChngFrqcy,omitempty"`
	ClssfctnTp             ClassificationType2Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ClssfctnTp,omitempty"`
	OptnStyle              OptionStyle4Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 OptnStyle,omitempty"`
	OptnTp                 OptionType2Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 OptnTp,omitempty"`
	DnmtnCcy               ActiveOrHistoricCurrencyCode           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 DnmtnCcy,omitempty"`
	CpnDt                  ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CpnDt,omitempty"`
	XpryDt                 ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 XpryDt,omitempty"`
	FltgRateFxgDt          ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 FltgRateFxgDt,omitempty"`
	MtrtyDt                ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 MtrtyDt,omitempty"`
	IsseDt                 ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 IsseDt,omitempty"`
	NxtCllblDt             ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 NxtCllblDt,omitempty"`
	PutblDt                ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PutblDt,omitempty"`
	DtdDt                  ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 DtdDt,omitempty"`
	FrstPmtDt              ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 FrstPmtDt,omitempty"`
	PrvsFctr               float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrvsFctr,omitempty"`
	CurFctr                float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CurFctr,omitempty"`
	NxtFctr                float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 NxtFctr,omitempty"`
	IntrstRate             float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 IntrstRate,omitempty"`
	YldToMtrtyRate         float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 YldToMtrtyRate,omitempty"`
	NxtIntrstRate          float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 NxtIntrstRate,omitempty"`
	IndxRateBsis           float64                                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 IndxRateBsis,omitempty"`
	CpnAttchdNb            Number2Choice                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CpnAttchdNb,omitempty"`
	PoolNb                 GenericIdentification37                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PoolNb,omitempty"`
	VarblRateInd           bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 VarblRateInd,omitempty"`
	CllblInd               bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CllblInd,omitempty"`
	PutblInd               bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PutblInd,omitempty"`
	MktOrIndctvPric        PriceType1Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 MktOrIndctvPric,omitempty"`
	ExrcPric               Price2                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ExrcPric,omitempty"`
	SbcptPric              Price2                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SbcptPric,omitempty"`
	ConvsPric              Price2                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ConvsPric,omitempty"`
	StrkPric               Price2                                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 StrkPric,omitempty"`
	MinNmnlQty             FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 MinNmnlQty,omitempty"`
	CtrctSz                FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CtrctSz,omitempty"`
	UndrlygFinInstrmId     []SecurityIdentification14             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 UndrlygFinInstrmId,omitempty"`
	FinInstrmAttrAddtlDtls Max350Text                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 FinInstrmAttrAddtlDtls,omitempty"`
}

type FinancialInstrumentQuantity1Choice

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

type ForeignExchangeTerms11

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

type FormOfSecurity1Code

type FormOfSecurity1Code string

May be one of BEAR, REGD

type FormOfSecurity2Choice

type FormOfSecurity2Choice struct {
	Cd    FormOfSecurity1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type Frequency3Choice

type Frequency3Choice struct {
	Cd    EventFrequency3Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type GenericIdentification1

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

type GenericIdentification19

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

type GenericIdentification20

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

type GenericIdentification21

type GenericIdentification21 struct {
	Tp GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Tp"`
	Id Max35Text               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id,omitempty"`
}

type GenericIdentification37

type GenericIdentification37 struct {
	Id   Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id"`
	Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Issr,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 ISINIdentifier

type ISINIdentifier string

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

type ISO20022MessageIdentificationText

type ISO20022MessageIdentificationText string

Must match the pattern [a-z]{4}\.[0-9]{3}\.[0-9]{3}\.[0-9]{2}

type ISODate

type ISODate time.Time

func (ISODate) MarshalText

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

func (*ISODate) UnmarshalText

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

type ISODateTime

type ISODateTime time.Time

func (ISODateTime) MarshalText

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

func (*ISODateTime) UnmarshalText

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

type IdentificationSource3Choice

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

type IdentificationType4Choice

type IdentificationType4Choice struct {
	Cd    TypeOfIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 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 InterestComputationMethodFormat1Choice

type InterestComputationMethodFormat1Choice struct {
	Cd    InterestComputationMethod2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type InvestorCapacity1Choice

type InvestorCapacity1Choice struct {
	Cd    Eligibility1Code        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type LegalFramework1Choice

type LegalFramework1Choice struct {
	Cd    LegalFramework1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type LegalFramework1Code

type LegalFramework1Code string

May be one of FRAN

type Linkages17

type Linkages17 struct {
	PrcgPos ProcessingPosition1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrcgPos,omitempty"`
	MsgNb   DocumentNumber1Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 MsgNb,omitempty"`
	Ref     References25Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ref"`
	LkdQty  PairedOrTurnedQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 LkdQty,omitempty"`
	RefOwnr PartyIdentification36Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 RefOwnr,omitempty"`
}

type MICIdentifier

type MICIdentifier string

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

type MarketClientSide1Choice

type MarketClientSide1Choice struct {
	Cd    MarketClientSideCode    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 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.033.001.05 MktIdrCd"`
	Desc     Max35Text     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Desc"`
}

type MarketIdentification3Choice

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

type MarketIdentification78

type MarketIdentification78 struct {
	Id MarketIdentification1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id,omitempty"`
	Tp MarketType3Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Tp"`
}

type MarketType2Code

type MarketType2Code string

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

type MarketType3Choice

type MarketType3Choice struct {
	Cd    MarketType2Code         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type MatchingStatus1Choice

type MatchingStatus1Choice struct {
	Cd    MatchingStatus1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type MatchingStatus1Code

type MatchingStatus1Code string

May be one of MACH, NMAT

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 Max8Text

type Max8Text string

Must be at least 1 items long

type NameAndAddress5

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

type NettingEligibility1Choice

type NettingEligibility1Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ind"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type Number2Choice

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

type NumberCount1Choice

type NumberCount1Choice struct {
	CurInstrNb Exact3NumericText `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CurInstrNb"`
	TtlNb      TotalNumber1      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TtlNb"`
}

type OptionStyle2Code

type OptionStyle2Code string

May be one of AMER, EURO

type OptionStyle4Choice

type OptionStyle4Choice struct {
	Cd    OptionStyle2Code        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type OptionType1Code

type OptionType1Code string

May be one of CALL, PUTO

type OptionType2Choice

type OptionType2Choice struct {
	Cd    OptionType1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type OriginalAndCurrentQuantities1

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

type OriginatorRole2Code

type OriginatorRole2Code string

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

type OtherAmounts14

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

type OtherIdentification1

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

type OtherParties19

type OtherParties19 struct {
	Invstr         []PartyIdentificationAndAccount81 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Invstr,omitempty"`
	QlfdFrgnIntrmy PartyIdentificationAndAccount41   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 QlfdFrgnIntrmy,omitempty"`
	StockXchg      PartyIdentificationAndAccount86   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 StockXchg,omitempty"`
	TradRgltr      PartyIdentificationAndAccount86   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TradRgltr,omitempty"`
	TrptyAgt       PartyIdentificationAndAccount41   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TrptyAgt,omitempty"`
	Brkr           PartyIdentificationAndAccount41   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Brkr,omitempty"`
}

type OwnershipLegalRestrictions1Code

type OwnershipLegalRestrictions1Code string

May be one of A144, NRST, RSTR

type PairedOrTurnedQuantity1Choice

type PairedOrTurnedQuantity1Choice struct {
	PairdOffQty FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PairdOffQty,omitempty"`
	TrndQty     FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TrndQty,omitempty"`
}

type PartyIdentification36Choice

type PartyIdentification36Choice struct {
	AnyBIC  AnyBICIdentifier        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AnyBIC"`
	PrtryId GenericIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrtryId"`
}

type PartyIdentification38Choice

type PartyIdentification38Choice struct {
	BICFI    BICFIIdentifier         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 BICFI"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 NmAndAdr"`
	PrtryId  GenericIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrtryId"`
}

type PartyIdentification43Choice

type PartyIdentification43Choice struct {
	AnyBIC   AnyBICIdentifier        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AnyBIC"`
	PrtryId  GenericIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrtryId"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 NmAndAdr"`
}

type PartyIdentification44Choice

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

type PartyIdentification48

type PartyIdentification48 struct {
	Id       PartyIdentification44Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id"`
	AltrnId  AlternatePartyIdentification2 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AltrnId,omitempty"`
	PrcgDt   DateAndDateTimeChoice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrcgDt,omitempty"`
	PrcgId   Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrcgId,omitempty"`
	AddtlInf PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AddtlInf,omitempty"`
}

type PartyIdentification49Choice

type PartyIdentification49Choice struct {
	AnyBIC   AnyBICIdentifier        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AnyBIC"`
	PrtryId  GenericIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrtryId"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 NmAndAdr"`
}

type PartyIdentificationAndAccount35

type PartyIdentificationAndAccount35 struct {
	Id        PartyIdentification49Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id"`
	AltrnId   AlternatePartyIdentification2 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AltrnId,omitempty"`
	SfkpgAcct SecuritiesAccount13           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SfkpgAcct,omitempty"`
	PrcgDt    DateAndDateTimeChoice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrcgDt,omitempty"`
	PrcgId    Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrcgId,omitempty"`
	AddtlInf  PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount39

type PartyIdentificationAndAccount39 struct {
	Id         PartyIdentification43Choice      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id"`
	AltrnId    AlternatePartyIdentification2    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AltrnId,omitempty"`
	CshAcct    CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CshAcct,omitempty"`
	ChrgsAcct  CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ChrgsAcct,omitempty"`
	ComssnAcct CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ComssnAcct,omitempty"`
	TaxAcct    CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TaxAcct,omitempty"`
	AddtlInf   PartyTextInformation2            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount41

type PartyIdentificationAndAccount41 struct {
	Id        PartyIdentification43Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id"`
	AltrnId   AlternatePartyIdentification2 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AltrnId,omitempty"`
	SfkpgAcct Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SfkpgAcct,omitempty"`
	PrcgId    Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrcgId,omitempty"`
	AddtlInf  PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount50

type PartyIdentificationAndAccount50 struct {
	Id         PartyIdentification38Choice      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id"`
	AltrnId    AlternatePartyIdentification2    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AltrnId,omitempty"`
	CshAcct    CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CshAcct,omitempty"`
	ChrgsAcct  CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ChrgsAcct,omitempty"`
	ComssnAcct CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ComssnAcct,omitempty"`
	TaxAcct    CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TaxAcct,omitempty"`
	AddtlInf   PartyTextInformation2            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount81

type PartyIdentificationAndAccount81 struct {
	Id        PartyIdentification43Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id,omitempty"`
	AltrnId   AlternatePartyIdentification2 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AltrnId,omitempty"`
	Ntlty     CountryCode                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ntlty,omitempty"`
	SfkpgAcct Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SfkpgAcct,omitempty"`
	PrcgId    Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrcgId,omitempty"`
	AddtlInf  PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount86

type PartyIdentificationAndAccount86 struct {
	Id       PartyIdentification43Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id"`
	AltrnId  AlternatePartyIdentification2 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AltrnId,omitempty"`
	PrcgId   Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrcgId,omitempty"`
	AddtlInf PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AddtlInf,omitempty"`
}

type PartyTextInformation1

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

type PartyTextInformation2

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

type PostalAddress1

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

type Price2

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

type PriceRateOrAmountChoice

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

type PriceType1Choice

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

type PriceValueType1Code

type PriceValueType1Code string

May be one of DISC, PREM, PARV

type PriorityNumeric1Choice

type PriorityNumeric1Choice struct {
	Nmrc  Exact4NumericText       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Nmrc"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type ProcessingPosition1Choice

type ProcessingPosition1Choice struct {
	Cd    ProcessingPosition3Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type ProcessingPosition3Code

type ProcessingPosition3Code string

May be one of AFTE, WITH, BEFO, INFO

type Quantity6Choice

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

type QuantityAndAccount25

type QuantityAndAccount25 struct {
	SttlmQty  Quantity6Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SttlmQty"`
	DnmtnChc  Max210Text                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 DnmtnChc,omitempty"`
	AcctOwnr  PartyIdentification36Choice      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AcctOwnr,omitempty"`
	SfkpgAcct SecuritiesAccount13              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SfkpgAcct"`
	CshAcct   CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CshAcct,omitempty"`
	SfkpgPlc  SafekeepingPlaceFormat3Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SfkpgPlc,omitempty"`
	QtyBrkdwn []QuantityBreakdown13            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 QtyBrkdwn,omitempty"`
}

type QuantityBreakdown13

type QuantityBreakdown13 struct {
	LotNb    GenericIdentification37            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 LotNb,omitempty"`
	LotQty   FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 LotQty,omitempty"`
	LotDtTm  DateAndDateTimeChoice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 LotDtTm,omitempty"`
	LotPric  Price2                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 LotPric,omitempty"`
	TpOfPric TypeOfPrice3Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TpOfPric,omitempty"`
}

type Rate2

type Rate2 struct {
	Sgn  bool    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Sgn,omitempty"`
	Rate float64 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Rate"`
}

type RateName1

type RateName1 struct {
	Issr   Max8Text  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Issr,omitempty"`
	RateNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 RateNm"`
}

type RateOrName1Choice

type RateOrName1Choice struct {
	Rate   Rate2     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Rate"`
	RateNm RateName1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 RateNm"`
}

type RateType1Code

type RateType1Code string

May be one of FIXE, FORF, VARI

type RateType5Choice

type RateType5Choice struct {
	Cd    RateType1Code           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type References25Choice

type References25Choice struct {
	SctiesSttlmTxId   Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SctiesSttlmTxId"`
	IntraPosMvmntId   Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 IntraPosMvmntId"`
	IntraBalMvmntId   Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 IntraBalMvmntId"`
	AcctSvcrTxId      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AcctSvcrTxId"`
	MktInfrstrctrTxId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 MktInfrstrctrTxId"`
	PoolId            Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PoolId"`
	OthrTxId          Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 OthrTxId"`
}

type Reporting2Choice

type Reporting2Choice struct {
	Cd    Reporting2Code          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type Reporting2Code

type Reporting2Code string

May be one of STEX, REGU, DEFR

type Restriction1Choice

type Restriction1Choice struct {
	Cd    OwnershipLegalRestrictions1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type RevaluationIndicator1Choice

type RevaluationIndicator1Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ind"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type SafekeepingPlace1Code

type SafekeepingPlace1Code string

May be one of CUST, ICSD, NCSD, SHHE

type SafekeepingPlace3Code

type SafekeepingPlace3Code string

May be one of SHHE

type SafekeepingPlaceFormat3Choice

type SafekeepingPlaceFormat3Choice struct {
	Id      SafekeepingPlaceTypeAndText3             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id"`
	Ctry    CountryCode                              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ctry"`
	TpAndId SafekeepingPlaceTypeAndAnyBICIdentifier1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TpAndId"`
	Prtry   GenericIdentification21                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type SafekeepingPlaceTypeAndAnyBICIdentifier1

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

type SafekeepingPlaceTypeAndText3

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

type SecuritiesAccount13

type SecuritiesAccount13 struct {
	Id Max35Text               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Id"`
	Tp GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Tp,omitempty"`
	Nm Max70Text               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Nm,omitempty"`
}

type SecuritiesFinancingInstructionV05

type SecuritiesFinancingInstructionV05 struct {
	TxId               Max35Text                               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TxId"`
	TxTpAndAddtlParams TransactionTypeAndAdditionalParameters1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TxTpAndAddtlParams"`
	NbCounts           NumberCount1Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 NbCounts,omitempty"`
	Lnkgs              []Linkages17                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Lnkgs,omitempty"`
	TradDtls           SecuritiesTradeDetails37                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TradDtls"`
	FinInstrmId        SecurityIdentification14                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 FinInstrmId"`
	FinInstrmAttrbts   FinancialInstrumentAttributes35         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 FinInstrmAttrbts,omitempty"`
	QtyAndAcctDtls     QuantityAndAccount25                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 QtyAndAcctDtls"`
	SctiesFincgDtls    SecuritiesFinancingTransactionDetails11 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SctiesFincgDtls"`
	SttlmParams        SettlementDetails72                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SttlmParams,omitempty"`
	StgSttlmInstrDtls  StandingSettlementInstruction3          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 StgSttlmInstrDtls,omitempty"`
	DlvrgSttlmPties    SettlementParties10                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 DlvrgSttlmPties,omitempty"`
	RcvgSttlmPties     SettlementParties10                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 RcvgSttlmPties,omitempty"`
	CshPties           CashParties17                           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CshPties,omitempty"`
	OpngSttlmAmt       AmountAndDirection36                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 OpngSttlmAmt,omitempty"`
	OthrAmts           OtherAmounts14                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 OthrAmts,omitempty"`
	OthrBizPties       OtherParties19                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 OthrBizPties,omitempty"`
	SplmtryData        []SupplementaryData1                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SplmtryData,omitempty"`
}

type SecuritiesFinancingTransactionDetails11

type SecuritiesFinancingTransactionDetails11 struct {
	SctiesFincgTradId     Max35Text                              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SctiesFincgTradId,omitempty"`
	ClsgLegId             Max35Text                              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ClsgLegId,omitempty"`
	TermntnDt             TerminationDate2Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TermntnDt,omitempty"`
	RateChngDt            DateAndDateTimeChoice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 RateChngDt,omitempty"`
	EarlstCallBckDt       DateAndDateTimeChoice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 EarlstCallBckDt,omitempty"`
	ComssnClctnDt         DateAndDateTimeChoice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ComssnClctnDt,omitempty"`
	RateTp                RateType5Choice                        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 RateTp,omitempty"`
	Rvaltn                RevaluationIndicator1Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Rvaltn,omitempty"`
	LglFrmwk              LegalFramework1Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 LglFrmwk,omitempty"`
	IntrstCmptnMtd        InterestComputationMethodFormat1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 IntrstCmptnMtd,omitempty"`
	MtrtyDtMod            bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 MtrtyDtMod,omitempty"`
	IntrstPmt             bool                                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 IntrstPmt,omitempty"`
	VarblRateSpprt        RateName1                              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 VarblRateSpprt,omitempty"`
	RpRate                Rate2                                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 RpRate,omitempty"`
	StockLnMrgn           Rate2                                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 StockLnMrgn,omitempty"`
	SctiesHrcut           Rate2                                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SctiesHrcut,omitempty"`
	ChrgsRate             Rate2                                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ChrgsRate,omitempty"`
	PricgRate             RateOrName1Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PricgRate,omitempty"`
	Sprd                  Rate2                                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Sprd,omitempty"`
	TxCallDely            Exact3NumericText                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TxCallDely,omitempty"`
	TtlNbOfCollInstrs     Exact3NumericText                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TtlNbOfCollInstrs,omitempty"`
	DealAmt               AmountAndDirection4                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 DealAmt,omitempty"`
	AcrdIntrstAmt         AmountAndDirection4                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AcrdIntrstAmt,omitempty"`
	FrftAmt               AmountAndDirection4                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 FrftAmt,omitempty"`
	PrmAmt                AmountAndDirection4                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrmAmt,omitempty"`
	TermntnAmtPerPcOfColl AmountAndDirection4                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TermntnAmtPerPcOfColl,omitempty"`
	TermntnTxAmt          AmountAndDirection4                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TermntnTxAmt,omitempty"`
	ScndLegNrrtv          Max140Text                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ScndLegNrrtv,omitempty"`
}

type SecuritiesFinancingTransactionType1Code

type SecuritiesFinancingTransactionType1Code string

May be one of REPU, RVPO, SECB, SECL

type SecuritiesPaymentStatus1Code

type SecuritiesPaymentStatus1Code string

May be one of FULL, NILL, PART

type SecuritiesPaymentStatus2Choice

type SecuritiesPaymentStatus2Choice struct {
	Cd    SecuritiesPaymentStatus1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type SecuritiesRTGS1Choice

type SecuritiesRTGS1Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ind"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type SecuritiesTradeDetails37

type SecuritiesTradeDetails37 struct {
	PlcOfTrad               MarketIdentification78             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PlcOfTrad,omitempty"`
	PlcOfClr                AnyBICIdentifier                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PlcOfClr,omitempty"`
	TradDt                  TradeDate1Choice                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TradDt,omitempty"`
	OpngSttlmDt             DateAndDateTimeChoice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 OpngSttlmDt"`
	DealPric                Price2                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 DealPric,omitempty"`
	NbOfDaysAcrd            float64                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 NbOfDaysAcrd,omitempty"`
	Rptg                    []Reporting2Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Rptg,omitempty"`
	TradTxCond              []TradeTransactionCondition1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TradTxCond,omitempty"`
	InvstrCpcty             InvestorCapacity1Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 InvstrCpcty,omitempty"`
	TradOrgtrRole           TradeOriginator1Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TradOrgtrRole,omitempty"`
	CcyToBuyOrSell          CurrencyToBuyOrSell1Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CcyToBuyOrSell,omitempty"`
	AffirmSts               AffirmationStatus1Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AffirmSts,omitempty"`
	MtchgSts                MatchingStatus1Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 MtchgSts,omitempty"`
	SttlmInstrPrcgAddtlDtls Max350Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SttlmInstrPrcgAddtlDtls,omitempty"`
	FxAddtlDtls             Max350Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 FxAddtlDtls,omitempty"`
}

type SecurityIdentification14

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

type SettlementDetails72

type SettlementDetails72 struct {
	HldInd         bool                                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 HldInd,omitempty"`
	Prty           PriorityNumeric1Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prty,omitempty"`
	SttlmTxCond    []SettlementTransactionCondition7Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SttlmTxCond,omitempty"`
	SttlgCpcty     SettlingCapacity4Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SttlgCpcty,omitempty"`
	StmpDtyTaxBsis GenericIdentification20                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 StmpDtyTaxBsis,omitempty"`
	SctiesRTGS     SecuritiesRTGS1Choice                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SctiesRTGS,omitempty"`
	BnfclOwnrsh    BeneficialOwnership1Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 BnfclOwnrsh,omitempty"`
	CshClrSys      CashSettlementSystem1Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CshClrSys,omitempty"`
	TaxCpcty       TaxCapacityParty1Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TaxCpcty,omitempty"`
	MktClntSd      MarketClientSide1Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 MktClntSd,omitempty"`
	FxStgInstr     FXStandingInstruction1Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 FxStgInstr,omitempty"`
	BlckTrad       BlockTrade1Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 BlckTrad,omitempty"`
	LglRstrctns    Restriction1Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 LglRstrctns,omitempty"`
	SttlmSysMtd    SettlementSystemMethod1Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SttlmSysMtd,omitempty"`
	NetgElgblty    NettingEligibility1Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 NetgElgblty,omitempty"`
	CCPElgblty     CentralCounterPartyEligibility1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CCPElgblty,omitempty"`
	Trckg          Tracking1Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Trckg,omitempty"`
	AutomtcBrrwg   AutomaticBorrowing1Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 AutomtcBrrwg,omitempty"`
	PrtlSttlmInd   SettlementTransactionCondition5Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 PrtlSttlmInd,omitempty"`
	ElgblForColl   bool                                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 ElgblForColl,omitempty"`
}

type SettlementParties10

type SettlementParties10 struct {
	Dpstry PartyIdentification48           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Dpstry,omitempty"`
	Pty1   PartyIdentificationAndAccount35 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Pty1,omitempty"`
	Pty2   PartyIdentificationAndAccount35 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Pty2,omitempty"`
	Pty3   PartyIdentificationAndAccount35 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Pty3,omitempty"`
	Pty4   PartyIdentificationAndAccount35 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Pty4,omitempty"`
	Pty5   PartyIdentificationAndAccount35 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Pty5,omitempty"`
}

type SettlementStandingInstructionDatabase1Choice

type SettlementStandingInstructionDatabase1Choice struct {
	Cd    SettlementStandingInstructionDatabase1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type SettlementStandingInstructionDatabase1Code

type SettlementStandingInstructionDatabase1Code string

May be one of INTE, BRKR, VEND

type SettlementSystemMethod1Choice

type SettlementSystemMethod1Choice struct {
	Cd    SettlementSystemMethod1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type SettlementSystemMethod1Code

type SettlementSystemMethod1Code string

May be one of NSET, YSET

type SettlementTransactionCondition5Code

type SettlementTransactionCondition5Code string

May be one of PART, NPAR, PARC, PARQ

type SettlementTransactionCondition6Code

type SettlementTransactionCondition6Code string

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

type SettlementTransactionCondition7Choice

type SettlementTransactionCondition7Choice struct {
	Cd    SettlementTransactionCondition6Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type SettlingCapacity2Code

type SettlingCapacity2Code string

May be one of SAGE, CUST, SPRI, RISP

type SettlingCapacity4Choice

type SettlingCapacity4Choice struct {
	Cd    SettlingCapacity2Code   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type StandingSettlementInstruction3

type StandingSettlementInstruction3 struct {
	SttlmStgInstrDB     SettlementStandingInstructionDatabase1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SttlmStgInstrDB"`
	CtrPty              Counterparty3Choice                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CtrPty"`
	Vndr                PartyIdentification49Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Vndr,omitempty"`
	OthrDlvrgSttlmPties SettlementParties10                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 OthrDlvrgSttlmPties,omitempty"`
	OthrRcvgSttlmPties  SettlementParties10                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 OthrRcvgSttlmPties,omitempty"`
}

type SupplementaryData1

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

type SupplementaryDataEnvelope1

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

type TaxCapacityParty1Choice

type TaxCapacityParty1Choice struct {
	Cd    TaxLiability1Code       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type TaxLiability1Code

type TaxLiability1Code string

May be one of PRIN, AGEN

type TerminationDate2Choice

type TerminationDate2Choice struct {
	Dt DateAndDateTimeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Dt"`
	Cd DateCode1Choice       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
}

type TotalNumber1

type TotalNumber1 struct {
	CurInstrNb     Exact3NumericText `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CurInstrNb"`
	TtlOfLkdInstrs Exact3NumericText `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 TtlOfLkdInstrs"`
}

type Tracking1Choice

type Tracking1Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Ind"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type TradeDate1Choice

type TradeDate1Choice struct {
	Dt   DateAndDateTimeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Dt"`
	DtCd TradeDateCode1Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 DtCd"`
}

type TradeDateCode1Choice

type TradeDateCode1Choice struct {
	Cd    DateType3Code           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type TradeOriginator1Choice

type TradeOriginator1Choice struct {
	Cd    OriginatorRole2Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type TradeTransactionCondition1Choice

type TradeTransactionCondition1Choice struct {
	Cd    TradeTransactionCondition4Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 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 TransactionTypeAndAdditionalParameters1

type TransactionTypeAndAdditionalParameters1 struct {
	SctiesFincgTxTp SecuritiesFinancingTransactionType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 SctiesFincgTxTp"`
	Pmt             DeliveryReceiptType2Code                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Pmt"`
	CmonId          Max35Text                               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 CmonId,omitempty"`
	RcncltnInd      bool                                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 RcncltnInd,omitempty"`
}

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 TypeOfPrice3Choice

type TypeOfPrice3Choice struct {
	Cd    TypeOfPrice14Code       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.033.001.05 Prtry"`
}

type YieldedOrValueType1Choice

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

Jump to

Keyboard shortcuts

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