sese_038_001_07

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 AffirmationStatus1Code

type AffirmationStatus1Code string

May be one of AFFI, NAFI

type AffirmationStatus8Choice

type AffirmationStatus8Choice struct {
	Cd    AffirmationStatus1Code  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type AlternatePartyIdentification7

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

type AmountAndDirection44

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

type AmountAndDirection51

type AmountAndDirection51 struct {
	Amt                 ActiveCurrencyAndAmount           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Amt"`
	CdtDbtInd           CreditDebitCode                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CdtDbtInd"`
	OrgnlCcyAndOrdrdAmt ActiveOrHistoricCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OrgnlCcyAndOrdrdAmt,omitempty"`
}

type AmountAndDirection95

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

type AnyBICDec2014Identifier

type AnyBICDec2014Identifier string

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

type BICFIDec2014Identifier

type BICFIDec2014Identifier string

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

type BeneficialOwnership4Choice

type BeneficialOwnership4Choice struct {
	Ind   bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Ind"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 IBAN"`
	Prtry Max34Text          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type CashParties36

type CashParties36 struct {
	Dbtr    PartyIdentificationAndAccount164 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Dbtr,omitempty"`
	DbtrAgt PartyIdentificationAndAccount171 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DbtrAgt,omitempty"`
	Cdtr    PartyIdentificationAndAccount164 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Cdtr,omitempty"`
	CdtrAgt PartyIdentificationAndAccount171 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CdtrAgt,omitempty"`
	Intrmy  PartyIdentificationAndAccount171 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Intrmy,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.038.001.07 Cd"`
	Prtry GenericIdentification30   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type CentralCounterPartyEligibility4Choice

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

type ClassificationType32Choice

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

type Counterparty13Choice

type Counterparty13Choice struct {
	Sellr PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Sellr"`
	Buyr  PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 CcyToBuy"`
	CcyToSell ActiveCurrencyCode `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CcyToSell"`
}

type DateAndDateTime2Choice

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

type DateType3Code

type DateType3Code string

May be one of VARI

type DeliveryReceiptType2Code

type DeliveryReceiptType2Code string

May be one of FREE, APMT

type DeliveryReturn1Code

type DeliveryReturn1Code string

May be one of UNRE, DQUA, DMON, PART, SAFE, DUEB, PARD

type DeliveryReturn3Choice

type DeliveryReturn3Choice struct {
	Cd    DeliveryReturn1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type Document

type Document struct {
	SctiesSttlmTxModReq SecuritiesSettlementTransactionModificationRequestV07 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SctiesSttlmTxModReq"`
}

type DocumentNumber5Choice

type DocumentNumber5Choice struct {
	ShrtNb  Exact3NumericText                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 ShrtNb"`
	LngNb   ISO20022MessageIdentificationText `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LngNb"`
	PrtryNb GenericIdentification36           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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 ExposureType16Choice

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

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

type FinancialInstrumentAttributes91

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

type FinancialInstrumentQuantity1Choice

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

type ForeignExchangeTerms23

type ForeignExchangeTerms23 struct {
	UnitCcy  ActiveCurrencyCode      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 UnitCcy"`
	QtdCcy   ActiveCurrencyCode      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 QtdCcy"`
	XchgRate float64                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 XchgRate"`
	RsltgAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type Frequency23Choice

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

type GenericIdentification1

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

type GenericIdentification30

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

type GenericIdentification36

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

type GenericIdentification37

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

type GenericIdentification78

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

type IdentificationType42Choice

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

type InvestorCapacity4Choice

type InvestorCapacity4Choice struct {
	Cd    Eligibility1Code        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 Ind"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type Linkages38

type Linkages38 struct {
	PrcgPos ProcessingPosition7Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrcgPos,omitempty"`
	MsgNb   DocumentNumber5Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 MsgNb,omitempty"`
	Ref     References47Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Ref"`
	LkdQty  PairedOrTurnedQuantity3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LkdQty,omitempty"`
}

type Linkages40

type Linkages40 struct {
	Ref References47Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Ref"`
}

type MICIdentifier

type MICIdentifier string

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

type MarketClientSide1Code

type MarketClientSide1Code string

May be one of CLNT, MAKT

type MarketClientSide6Choice

type MarketClientSide6Choice struct {
	Cd    MarketClientSide1Code   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type MarketIdentification1Choice

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

type MarketIdentification3Choice

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

type MarketIdentification84

type MarketIdentification84 struct {
	Id MarketIdentification1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Id,omitempty"`
	Tp MarketType8Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type MatchingStatus1Code

type MatchingStatus1Code string

May be one of MACH, NMAT

type MatchingStatus27Choice

type MatchingStatus27Choice struct {
	Cd    MatchingStatus1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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 Max52Text

type Max52Text string

Must be at least 1 items long

type Max70Text

type Max70Text string

Must be at least 1 items long

type ModificationCancellationAllowed4Choice

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

type NameAndAddress5

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

type NettingEligibility4Choice

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

type Number22Choice

type Number22Choice struct {
	Shrt Exact3NumericText      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Shrt"`
	Lng  GenericIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type OriginalAndCurrentQuantities1

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

type OriginatorRole2Code

type OriginatorRole2Code string

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

type OtherAmounts39

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

type OtherIdentification1

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

type OtherParties33

type OtherParties33 struct {
	Invstr         []PartyIdentificationAndAccount167 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Invstr,omitempty"`
	QlfdFrgnIntrmy PartyIdentificationAndAccount166   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 QlfdFrgnIntrmy,omitempty"`
	StockXchg      PartyIdentificationAndAccount165   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 StockXchg,omitempty"`
	TradRgltr      PartyIdentificationAndAccount165   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradRgltr,omitempty"`
	TrptyAgt       PartyIdentificationAndAccount166   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TrptyAgt,omitempty"`
	Brkr           PartyIdentificationAndAccount166   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Brkr,omitempty"`
}

type OwnershipLegalRestrictions1Code

type OwnershipLegalRestrictions1Code string

May be one of A144, NRST, RSTR

type PairedOrTurnedQuantity3Choice

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

type PartyIdentification120Choice

type PartyIdentification120Choice struct {
	AnyBIC   AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AnyBIC"`
	PrtryId  GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrtryId"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 NmAndAdr"`
}

type PartyIdentification122Choice

type PartyIdentification122Choice struct {
	AnyBIC   AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AnyBIC"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 NmAndAdr"`
	Ctry     CountryCode             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Ctry"`
}

type PartyIdentification127Choice

type PartyIdentification127Choice struct {
	AnyBIC  AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AnyBIC"`
	PrtryId GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrtryId"`
}

type PartyIdentification133Choice

type PartyIdentification133Choice struct {
	BICFI    BICFIDec2014Identifier  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 BICFI"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 NmAndAdr"`
	PrtryId  GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrtryId"`
}

type PartyIdentification134Choice

type PartyIdentification134Choice struct {
	AnyBIC   AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AnyBIC"`
	PrtryId  GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrtryId"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 NmAndAdr"`
	Ctry     CountryCode             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Ctry"`
}

type PartyIdentification136

type PartyIdentification136 struct {
	Id  PartyIdentification120Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Id"`
	LEI LEIIdentifier                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LEI,omitempty"`
}

type PartyIdentification144

type PartyIdentification144 struct {
	Id  PartyIdentification127Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Id"`
	LEI LEIIdentifier                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LEI,omitempty"`
}

type PartyIdentification146

type PartyIdentification146 struct {
	Id       PartyIdentification122Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Id"`
	LEI      LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LEI,omitempty"`
	AltrnId  AlternatePartyIdentification7 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AltrnId,omitempty"`
	PrcgDt   DateAndDateTime2Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrcgDt,omitempty"`
	PrcgId   Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrcgId,omitempty"`
	AddtlInf PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AddtlInf,omitempty"`
}

type PartyIdentification148

type PartyIdentification148 struct {
	Id     PartyIdentification122Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Id"`
	LEI    LEIIdentifier                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LEI,omitempty"`
	PrcgId Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrcgId,omitempty"`
}

type PartyIdentification149

type PartyIdentification149 struct {
	Id  PartyIdentification134Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Id"`
	LEI LEIIdentifier                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LEI,omitempty"`
}

type PartyIdentificationAndAccount164

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

type PartyIdentificationAndAccount165

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

type PartyIdentificationAndAccount166

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

type PartyIdentificationAndAccount167

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

type PartyIdentificationAndAccount168

type PartyIdentificationAndAccount168 struct {
	Id        PartyIdentification120Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Id"`
	LEI       LEIIdentifier                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LEI,omitempty"`
	AltrnId   AlternatePartyIdentification7 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AltrnId,omitempty"`
	SfkpgAcct SecuritiesAccount19           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SfkpgAcct,omitempty"`
	PrcgDt    DateAndDateTime2Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrcgDt,omitempty"`
	PrcgId    Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrcgId,omitempty"`
	AddtlInf  PartyTextInformation1         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AddtlInf,omitempty"`
}

type PartyIdentificationAndAccount170

type PartyIdentificationAndAccount170 struct {
	Id        PartyIdentification120Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Id"`
	LEI       LEIIdentifier                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LEI,omitempty"`
	SfkpgAcct SecuritiesAccount19          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SfkpgAcct,omitempty"`
	PrcgId    Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrcgId,omitempty"`
}

type PartyIdentificationAndAccount171

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

type PartyTextInformation1

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

type PartyTextInformation2

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

type PlaceOfClearingIdentification2

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

type PlaceOfTradeIdentification1

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

type PostalAddress1

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

type Price7

type Price7 struct {
	Tp  YieldedOrValueType1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Tp"`
	Val PriceRateOrAmount3Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Val"`
}

type PriceRateOrAmount3Choice

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

type PriceType4Choice

type PriceType4Choice struct {
	Mkt    Price7 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Mkt"`
	Indctv Price7 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Indctv"`
}

type PriceValueType1Code

type PriceValueType1Code string

May be one of DISC, PREM, PARV

type ProcessingPosition3Code

type ProcessingPosition3Code string

May be one of AFTE, WITH, BEFO, INFO

type ProcessingPosition7Choice

type ProcessingPosition7Choice struct {
	Cd    ProcessingPosition3Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type Quantity6Choice

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

type QuantityAndAccount81

type QuantityAndAccount81 struct {
	DnmtnChc  Max210Text                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DnmtnChc,omitempty"`
	AcctOwnr  PartyIdentification144           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AcctOwnr,omitempty"`
	CshAcct   CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CshAcct,omitempty"`
	SfkpgPlc  SafeKeepingPlace3                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SfkpgPlc,omitempty"`
	QtyBrkdwn []QuantityBreakdown46            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 QtyBrkdwn,omitempty"`
}

type QuantityAndAccount83

type QuantityAndAccount83 struct {
	SttlmQty  Quantity6Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmQty,omitempty"`
	DnmtnChc  Max210Text                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DnmtnChc,omitempty"`
	AcctOwnr  PartyIdentification144           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AcctOwnr,omitempty"`
	SfkpgAcct SecuritiesAccount19              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SfkpgAcct,omitempty"`
	CshAcct   CashAccountIdentification5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CshAcct,omitempty"`
	SfkpgPlc  SafeKeepingPlace3                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SfkpgPlc,omitempty"`
	QtyBrkdwn []QuantityBreakdown46            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 QtyBrkdwn,omitempty"`
}

type QuantityBreakdown46

type QuantityBreakdown46 struct {
	LotNb    GenericIdentification37            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LotNb,omitempty"`
	LotQty   FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LotQty,omitempty"`
	LotDtTm  DateAndDateTime2Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LotDtTm,omitempty"`
	LotPric  Price7                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LotPric,omitempty"`
	TpOfPric TypeOfPrice29Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TpOfPric,omitempty"`
}

type ReceiveDelivery1Code

type ReceiveDelivery1Code string

May be one of DELI, RECE

type References47Choice

type References47Choice struct {
	SctiesSttlmTxId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SctiesSttlmTxId"`
	PoolId          Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PoolId"`
	IntraPosMvmntId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 IntraPosMvmntId"`
	AcctSvcrTxId    Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AcctSvcrTxId"`
	OthrTxId        Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OthrTxId"`
}

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.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type RegistrationParameters6

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

type Reporting10Choice

type Reporting10Choice struct {
	Cd    Reporting3Code          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type Reporting3Code

type Reporting3Code string

May be one of BYIY, DEFR, REGU, STEX

type Restriction5Choice

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

type SafeKeepingPlace3

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

type SafekeepingPlaceFormat29Choice struct {
	Id      SafekeepingPlaceTypeAndText8           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Id"`
	Ctry    CountryCode                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Ctry"`
	TpAndId SafekeepingPlaceTypeAndIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TpAndId"`
	Prtry   GenericIdentification78                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type SafekeepingPlaceTypeAndIdentification1

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

type SafekeepingPlaceTypeAndText8

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

type SecuritiesAccount19

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

type SecuritiesCertificate4

type SecuritiesCertificate4 struct {
	Nb      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Nb"`
	Issr    Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Issr,omitempty"`
	SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 Cd"`
	Prtry GenericIdentification30      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type SecuritiesSettlementTransactionDetails38

type SecuritiesSettlementTransactionDetails38 struct {
	SttlmTpAndAddtlParams SettlementTypeAndAdditionalParameters13 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmTpAndAddtlParams,omitempty"`
	Lnkgs                 []Linkages38                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Lnkgs,omitempty"`
	TradDtls              SecuritiesTradeDetails91                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradDtls,omitempty"`
	FinInstrmAttrbts      FinancialInstrumentAttributes91         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 FinInstrmAttrbts,omitempty"`
	QtyAndAcctDtls        QuantityAndAccount81                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 QtyAndAcctDtls,omitempty"`
	SttlmParams           SettlementDetails165                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmParams,omitempty"`
	StgSttlmInstrDtls     StandingSettlementInstruction16         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 StgSttlmInstrDtls,omitempty"`
	DlvrgSttlmPties       SettlementParties79                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DlvrgSttlmPties,omitempty"`
	RcvgSttlmPties        SettlementParties79                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 RcvgSttlmPties,omitempty"`
	CshPties              CashParties36                           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CshPties,omitempty"`
	SttlmAmt              AmountAndDirection95                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmAmt,omitempty"`
	OthrAmts              OtherAmounts39                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OthrAmts,omitempty"`
	OthrBizPties          OtherParties33                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OthrBizPties,omitempty"`
	AddtlPhysOrRegnDtls   RegistrationParameters6                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AddtlPhysOrRegnDtls,omitempty"`
	SplmtryData           []SupplementaryData1                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SplmtryData,omitempty"`
}

type SecuritiesSettlementTransactionDetails39

type SecuritiesSettlementTransactionDetails39 struct {
	SttlmTpAndAddtlParams SettlementTypeAndAdditionalParameters13 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmTpAndAddtlParams,omitempty"`
	Lnkgs                 []Linkages40                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Lnkgs,omitempty"`
	TradDtls              SecuritiesTradeDetails91                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradDtls,omitempty"`
	FinInstrmAttrbts      FinancialInstrumentAttributes91         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 FinInstrmAttrbts,omitempty"`
	QtyAndAcctDtls        QuantityAndAccount81                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 QtyAndAcctDtls,omitempty"`
	SttlmParams           SettlementDetails165                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmParams,omitempty"`
	StgSttlmInstrDtls     StandingSettlementInstruction16         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 StgSttlmInstrDtls,omitempty"`
	DlvrgSttlmPties       SettlementParties79                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DlvrgSttlmPties,omitempty"`
	RcvgSttlmPties        SettlementParties79                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 RcvgSttlmPties,omitempty"`
	CshPties              CashParties36                           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CshPties,omitempty"`
	SttlmAmt              AmountAndDirection95                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmAmt,omitempty"`
	OthrAmts              OtherAmounts39                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OthrAmts,omitempty"`
	OthrBizPties          OtherParties33                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OthrBizPties,omitempty"`
	AddtlPhysOrRegnDtls   RegistrationParameters6                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AddtlPhysOrRegnDtls,omitempty"`
	SplmtryData           []SupplementaryData1                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SplmtryData,omitempty"`
}

type SecuritiesSettlementTransactionDetails40

type SecuritiesSettlementTransactionDetails40 struct {
	SttlmTpAndAddtlParams SettlementTypeAndAdditionalParameters14 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmTpAndAddtlParams,omitempty"`
	Lnkgs                 []Linkages38                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Lnkgs,omitempty"`
	TradDtls              SecuritiesTradeDetails92                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradDtls,omitempty"`
	FinInstrmId           SecurityIdentification19                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 FinInstrmId,omitempty"`
	FinInstrmAttrbts      FinancialInstrumentAttributes91         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 FinInstrmAttrbts,omitempty"`
	QtyAndAcctDtls        QuantityAndAccount83                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 QtyAndAcctDtls,omitempty"`
	SttlmParams           SettlementDetails165                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmParams,omitempty"`
	StgSttlmInstrDtls     StandingSettlementInstruction16         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 StgSttlmInstrDtls,omitempty"`
	DlvrgSttlmPties       SettlementParties76                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DlvrgSttlmPties,omitempty"`
	RcvgSttlmPties        SettlementParties76                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 RcvgSttlmPties,omitempty"`
	CshPties              CashParties36                           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CshPties,omitempty"`
	SttlmAmt              AmountAndDirection95                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmAmt,omitempty"`
	OthrAmts              OtherAmounts39                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OthrAmts,omitempty"`
	OthrBizPties          OtherParties33                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OthrBizPties,omitempty"`
	AddtlPhysOrRegnDtls   RegistrationParameters6                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AddtlPhysOrRegnDtls,omitempty"`
	SplmtryData           []SupplementaryData1                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SplmtryData,omitempty"`
}

type SecuritiesSettlementTransactionModificationRequestV07

type SecuritiesSettlementTransactionModificationRequestV07 struct {
	ModfdTxDtls TransactionDetails116 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 ModfdTxDtls"`
	UpdTp       []UpdateType29Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 UpdTp"`
}

type SecuritiesTradeDetails91

type SecuritiesTradeDetails91 struct {
	TradId                  []Max52Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradId,omitempty"`
	CollTxId                []Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CollTxId,omitempty"`
	PlcOfTrad               PlaceOfTradeIdentification1        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PlcOfTrad,omitempty"`
	PlcOfClr                PlaceOfClearingIdentification2     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PlcOfClr,omitempty"`
	TradDt                  TradeDate8Choice                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradDt,omitempty"`
	LateDlvryDt             DateAndDateTime2Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LateDlvryDt,omitempty"`
	DealPric                Price7                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DealPric,omitempty"`
	NbOfDaysAcrd            float64                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 NbOfDaysAcrd,omitempty"`
	OpngClsg                OpeningClosing3Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OpngClsg,omitempty"`
	Rptg                    []Reporting10Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Rptg,omitempty"`
	TradTxCond              []TradeTransactionCondition5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradTxCond,omitempty"`
	InvstrCpcty             InvestorCapacity4Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 InvstrCpcty,omitempty"`
	TradOrgtrRole           TradeOriginator3Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradOrgtrRole,omitempty"`
	TpOfPric                TypeOfPrice29Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TpOfPric,omitempty"`
	CcyToBuyOrSell          CurrencyToBuyOrSell1Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CcyToBuyOrSell,omitempty"`
	MtchgSts                MatchingStatus27Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 MtchgSts,omitempty"`
	AffirmSts               AffirmationStatus8Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AffirmSts,omitempty"`
	FxAddtlDtls             Max350Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 FxAddtlDtls,omitempty"`
	SttlmInstrPrcgAddtlDtls Max350Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmInstrPrcgAddtlDtls,omitempty"`
}

type SecuritiesTradeDetails92

type SecuritiesTradeDetails92 struct {
	TradId                  []Max52Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradId,omitempty"`
	CollTxId                []Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CollTxId,omitempty"`
	PlcOfTrad               PlaceOfTradeIdentification1        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PlcOfTrad,omitempty"`
	PlcOfClr                PlaceOfClearingIdentification2     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PlcOfClr,omitempty"`
	TradDt                  TradeDate8Choice                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradDt,omitempty"`
	SttlmDt                 SettlementDate17Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmDt,omitempty"`
	LateDlvryDt             DateAndDateTime2Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LateDlvryDt,omitempty"`
	DealPric                Price7                             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DealPric,omitempty"`
	NbOfDaysAcrd            float64                            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 NbOfDaysAcrd,omitempty"`
	OpngClsg                OpeningClosing3Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OpngClsg,omitempty"`
	Rptg                    []Reporting10Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Rptg,omitempty"`
	TradTxCond              []TradeTransactionCondition5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradTxCond,omitempty"`
	InvstrCpcty             InvestorCapacity4Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 InvstrCpcty,omitempty"`
	TradOrgtrRole           TradeOriginator3Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradOrgtrRole,omitempty"`
	TpOfPric                TypeOfPrice29Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TpOfPric,omitempty"`
	CcyToBuyOrSell          CurrencyToBuyOrSell1Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CcyToBuyOrSell,omitempty"`
	MtchgSts                MatchingStatus27Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 MtchgSts,omitempty"`
	AffirmSts               AffirmationStatus8Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AffirmSts,omitempty"`
	FxAddtlDtls             Max350Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 FxAddtlDtls,omitempty"`
	SttlmInstrPrcgAddtlDtls Max350Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmInstrPrcgAddtlDtls,omitempty"`
}

type SecuritiesTransactionType23Code

type SecuritiesTransactionType23Code string

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

type SecuritiesTransactionType47Choice

type SecuritiesTransactionType47Choice struct {
	Cd    SecuritiesTransactionType23Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Cd"`
	Prtry GenericIdentification30         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type SecurityIdentification19

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

type SettlementDate17Choice

type SettlementDate17Choice struct {
	Dt   DateAndDateTime2Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Dt"`
	DtCd SettlementDateCode7Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DtCd"`
}

type SettlementDate4Code

type SettlementDate4Code string

May be one of WISS

type SettlementDateCode7Choice

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

type SettlementDetails165

type SettlementDetails165 struct {
	SctiesTxTp     SecuritiesTransactionType47Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SctiesTxTp,omitempty"`
	SttlmTxCond    []SettlementTransactionCondition16Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmTxCond,omitempty"`
	BnfclOwnrsh    BeneficialOwnership4Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 BnfclOwnrsh,omitempty"`
	CCPElgblty     CentralCounterPartyEligibility4Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CCPElgblty,omitempty"`
	DlvryRtrRsn    DeliveryReturn3Choice                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DlvryRtrRsn,omitempty"`
	CshClrSys      CashSettlementSystem4Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CshClrSys,omitempty"`
	XpsrTp         ExposureType16Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 XpsrTp,omitempty"`
	FxStgInstr     FXStandingInstruction4Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 FxStgInstr,omitempty"`
	MktClntSd      MarketClientSide6Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 MktClntSd,omitempty"`
	NetgElgblty    NettingEligibility4Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 NetgElgblty,omitempty"`
	Regn           Registration9Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Regn,omitempty"`
	LglRstrctns    Restriction5Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LglRstrctns,omitempty"`
	SttlgCpcty     SettlingCapacity7Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlgCpcty,omitempty"`
	TaxCpcty       TaxCapacityParty4Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TaxCpcty,omitempty"`
	StmpDtyTaxBsis GenericIdentification30                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 StmpDtyTaxBsis,omitempty"`
	Trckg          Tracking4Choice                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Trckg,omitempty"`
	LttrOfGrnt     LetterOfGuarantee4Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 LttrOfGrnt,omitempty"`
	RtrLeg         bool                                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 RtrLeg,omitempty"`
	ModCxlAllwd    ModificationCancellationAllowed4Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 ModCxlAllwd,omitempty"`
	ElgblForColl   bool                                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 ElgblForColl,omitempty"`
	SctiesSubBalTp GenericIdentification30                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SctiesSubBalTp,omitempty"`
	CshSubBalTp    GenericIdentification30                  `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CshSubBalTp,omitempty"`
}

type SettlementParties76

type SettlementParties76 struct {
	Dpstry PartyIdentification146           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Dpstry,omitempty"`
	Pty1   PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty1,omitempty"`
	Pty2   PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty2,omitempty"`
	Pty3   PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty3,omitempty"`
	Pty4   PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty4,omitempty"`
	Pty5   PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty5,omitempty"`
}

type SettlementParties78

type SettlementParties78 struct {
	Dpstry PartyIdentification148           `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Dpstry,omitempty"`
	Pty1   PartyIdentificationAndAccount170 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty1,omitempty"`
	Pty2   PartyIdentificationAndAccount170 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty2,omitempty"`
	Pty3   PartyIdentificationAndAccount170 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty3,omitempty"`
	Pty4   PartyIdentificationAndAccount170 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty4,omitempty"`
	Pty5   PartyIdentificationAndAccount170 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty5,omitempty"`
}

type SettlementParties79

type SettlementParties79 struct {
	Pty2 PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty2,omitempty"`
	Pty3 PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty3,omitempty"`
	Pty4 PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pty4,omitempty"`
	Pty5 PartyIdentificationAndAccount168 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 Cd"`
	Prtry GenericIdentification30                    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 Cd"`
	Prtry GenericIdentification30              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type SettlementTypeAndAdditionalParameters13

type SettlementTypeAndAdditionalParameters13 struct {
	CmonId        Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CmonId,omitempty"`
	CorpActnEvtId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CorpActnEvtId,omitempty"`
	RcncltnInd    bool      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 RcncltnInd,omitempty"`
}

type SettlementTypeAndAdditionalParameters14

type SettlementTypeAndAdditionalParameters14 struct {
	SctiesMvmntTp ReceiveDelivery1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SctiesMvmntTp,omitempty"`
	Pmt           DeliveryReceiptType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pmt,omitempty"`
	CmonId        Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CmonId,omitempty"`
	CorpActnEvtId Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CorpActnEvtId,omitempty"`
	RcncltnInd    bool                     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 RcncltnInd,omitempty"`
}

type SettlementTypeAndIdentification18

type SettlementTypeAndIdentification18 struct {
	TxId          Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TxId"`
	SctiesMvmntTp ReceiveDelivery1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SctiesMvmntTp"`
	Pmt           DeliveryReceiptType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Pmt"`
}

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.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type StandingSettlementInstruction16

type StandingSettlementInstruction16 struct {
	SttlmStgInstrDB     SettlementStandingInstructionDatabase4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmStgInstrDB"`
	CtrPty              Counterparty13Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 CtrPty"`
	Vndr                PartyIdentification136                       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Vndr,omitempty"`
	OthrDlvrgSttlmPties SettlementParties76                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OthrDlvrgSttlmPties,omitempty"`
	OthrRcvgSttlmPties  SettlementParties76                          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OthrRcvgSttlmPties,omitempty"`
}

type SupplementaryData1

type SupplementaryData1 struct {
	PlcAndNm Max350Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PlcAndNm,omitempty"`
	Envlp    SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 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.038.001.07 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Prtry"`
}

type TaxLiability1Code

type TaxLiability1Code string

May be one of PRIN, AGEN

type Tracking4Choice

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

type TradeDate8Choice

type TradeDate8Choice struct {
	Dt   DateAndDateTime2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Dt"`
	DtCd TradeDateCode3Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DtCd"`
}

type TradeDateCode3Choice

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

type TradeOriginator3Choice

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

type TransactionDetails116

type TransactionDetails116 struct {
	AcctOwnrTxId      SettlementTypeAndIdentification18 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AcctOwnrTxId"`
	AcctSvcrTxId      Max35Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AcctSvcrTxId,omitempty"`
	MktInfrstrctrTxId Max35Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 MktInfrstrctrTxId,omitempty"`
	PrcrTxId          Max35Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 PrcrTxId,omitempty"`
	OthrTxId          Max35Text                         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 OthrTxId,omitempty"`
	AcctOwnr          PartyIdentification144            `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 AcctOwnr,omitempty"`
	SfkpgAcct         SecuritiesAccount19               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SfkpgAcct"`
	TxDtls            TransactionDetails117             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TxDtls,omitempty"`
}

type TransactionDetails117

type TransactionDetails117 struct {
	FinInstrmId     SecurityIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 FinInstrmId"`
	TradDt          TradeDate8Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 TradDt,omitempty"`
	SttlmDt         SettlementDate17Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmDt"`
	SttlmQty        Quantity6Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmQty"`
	SttlmAmt        AmountAndDirection51     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 SttlmAmt,omitempty"`
	DlvrgSttlmPties SettlementParties78      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 DlvrgSttlmPties,omitempty"`
	RcvgSttlmPties  SettlementParties78      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 RcvgSttlmPties,omitempty"`
	Invstr          PartyIdentification149   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Invstr,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 TypeOfPrice29Choice

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

type UpdateType29Choice

type UpdateType29Choice struct {
	Addtn SecuritiesSettlementTransactionDetails38 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Addtn"`
	Deltn SecuritiesSettlementTransactionDetails39 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Deltn"`
	Mod   SecuritiesSettlementTransactionDetails40 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.038.001.07 Mod"`
}

type YieldedOrValueType1Choice

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

Jump to

Keyboard shortcuts

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