seev_035_001_03

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 AccountAndBalance15

type AccountAndBalance15 struct {
	SfkpgAcct Max35Text                       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SfkpgAcct"`
	AcctOwnr  PartyIdentification36Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AcctOwnr,omitempty"`
	SfkpgPlc  SafekeepingPlaceFormat2Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SfkpgPlc,omitempty"`
	Bal       CorporateActionBalanceDetails10 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Bal,omitempty"`
}

type AccountIdentification10

type AccountIdentification10 struct {
	IdCd SafekeepingAccountIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IdCd"`
}

type AccountIdentification18Choice

type AccountIdentification18Choice struct {
	ForAllAccts         AccountIdentification10 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ForAllAccts"`
	AcctsListAndBalDtls []AccountAndBalance15   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AcctsListAndBalDtls"`
}

type ActiveCurrencyAnd13DecimalAmount

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

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 ActiveOrHistoricCurrencyCode

type ActiveOrHistoricCurrencyCode string

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

type AdditionalBusinessProcess2Code

type AdditionalBusinessProcess2Code string

May be one of CLAI, REVR, TAXR

type AdditionalBusinessProcessFormat2Choice

type AdditionalBusinessProcessFormat2Choice struct {
	Cd    AdditionalBusinessProcess2Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type AddressType2Code

type AddressType2Code string

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

type AmountAndQuantityRatio2

type AmountAndQuantityRatio2 struct {
	Amt ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	Qty float64                          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Qty"`
}

type AmountPrice2

type AmountPrice2 struct {
	AmtPricTp AmountPriceType2Code             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtPricTp"`
	PricVal   ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PricVal"`
}

type AmountPrice3

type AmountPrice3 struct {
	AmtPricTp AmountPriceType1Code             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtPricTp"`
	PricVal   ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PricVal"`
}

type AmountPricePerAmount2

type AmountPricePerAmount2 struct {
	AmtPricTp AmountPriceType1Code             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtPricTp"`
	PricVal   ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PricVal"`
	Amt       ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
}

type AmountPricePerFinancialInstrumentQuantity3

type AmountPricePerFinancialInstrumentQuantity3 struct {
	AmtPricTp    AmountPriceType1Code               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtPricTp"`
	PricVal      ActiveCurrencyAnd13DecimalAmount   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PricVal"`
	FinInstrmQty FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FinInstrmQty"`
}

type AmountPriceType1Code

type AmountPriceType1Code string

May be one of ACTU, DISC, PLOT, PREM

type AmountPriceType2Code

type AmountPriceType2Code string

May be one of ACTU

type AmountToAmountRatio2

type AmountToAmountRatio2 struct {
	Amt1 ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt1"`
	Amt2 ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt2"`
}

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 BalanceFormat1Choice

type BalanceFormat1Choice struct {
	Bal         SignedQuantityFormat1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Bal"`
	ElgblBal    SignedQuantityFormat2 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ElgblBal"`
	NotElgblBal SignedQuantityFormat2 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotElgblBal"`
}

type BeneficiaryCertificationType4Code

type BeneficiaryCertificationType4Code string

May be one of ACCI, DOMI, NDOM, FULL, NCOM, QIBB, TRBD, PAPW, PABD, FRAC

type BeneficiaryCertificationType5Choice

type BeneficiaryCertificationType5Choice struct {
	Cd    BeneficiaryCertificationType4Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

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:seev.035.001.03 IBAN"`
	Prtry Max34Text          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type CashOption16

type CashOption16 struct {
	CdtDbtInd            CreditDebitCode                     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CdtDbtInd"`
	CtrctlPmtInd         Payment1Code                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CtrctlPmtInd,omitempty"`
	NonElgblPrcdsInd     NonEligibleProceedsIndicator1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NonElgblPrcdsInd,omitempty"`
	IssrOfferrTaxbltyInd IssuerTaxability1Code               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IssrOfferrTaxbltyInd,omitempty"`
	IncmTp               GenericIdentification20             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IncmTp,omitempty"`
	CshAcctId            CashAccountIdentification5Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CshAcctId,omitempty"`
	AmtDtls              CorporateActionAmounts16            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtDtls,omitempty"`
	DtDtls               CorporateActionDate23               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DtDtls"`
	FXDtls               ForeignExchangeTerms13              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FXDtls,omitempty"`
	RateAndAmtDtls       RateDetails3                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateAndAmtDtls,omitempty"`
	PricDtls             PriceDetails6                       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PricDtls,omitempty"`
}

type ClassificationType2Choice

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

type CorporateActionAmounts16

type CorporateActionAmounts16 struct {
	GrssCshAmt         ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 GrssCshAmt,omitempty"`
	NetCshAmt          ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NetCshAmt,omitempty"`
	SlctnFees          ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SlctnFees,omitempty"`
	CshInLieuOfShr     ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CshInLieuOfShr,omitempty"`
	CptlGn             ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CptlGn,omitempty"`
	IntrstAmt          ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IntrstAmt,omitempty"`
	MktClmAmt          ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MktClmAmt,omitempty"`
	IndmntyAmt         ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IndmntyAmt,omitempty"`
	ManfctrdDvddPmtAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ManfctrdDvddPmtAmt,omitempty"`
	RinvstmtAmt        ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RinvstmtAmt,omitempty"`
	FullyFrnkdAmt      ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FullyFrnkdAmt,omitempty"`
	UfrnkdAmt          ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 UfrnkdAmt,omitempty"`
	SndryOrOthrAmt     ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SndryOrOthrAmt,omitempty"`
	CshIncntiv         ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CshIncntiv,omitempty"`
	TaxFreeAmt         ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxFreeAmt,omitempty"`
	TaxDfrrdAmt        ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxDfrrdAmt,omitempty"`
	ValAddedTaxAmt     ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ValAddedTaxAmt,omitempty"`
	StmpDtyAmt         ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 StmpDtyAmt,omitempty"`
	TaxRclmAmt         ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxRclmAmt,omitempty"`
	TaxCdtAmt          ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxCdtAmt,omitempty"`
	WhldgOfFrgnTaxAmt  ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 WhldgOfFrgnTaxAmt,omitempty"`
	WhldgOfLclTaxAmt   ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 WhldgOfLclTaxAmt,omitempty"`
	AddtlTaxAmt        ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlTaxAmt,omitempty"`
	WhldgTaxAmt        ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 WhldgTaxAmt,omitempty"`
	FsclStmpAmt        ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FsclStmpAmt,omitempty"`
	ExctgBrkrAmt       ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ExctgBrkrAmt,omitempty"`
	PngAgtComssnAmt    ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PngAgtComssnAmt,omitempty"`
	LclBrkrComssnAmt   ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 LclBrkrComssnAmt,omitempty"`
	RgltryFeesAmt      ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RgltryFeesAmt,omitempty"`
	ShppgFeesAmt       ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ShppgFeesAmt,omitempty"`
	ChrgsAmt           ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ChrgsAmt,omitempty"`
	EntitldAmt         ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EntitldAmt,omitempty"`
	OrgnlAmt           ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OrgnlAmt,omitempty"`
	AcrdIntrstAmt      ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AcrdIntrstAmt,omitempty"`
	IncmPrtn           ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IncmPrtn,omitempty"`
}

type CorporateActionBalanceDetails10

type CorporateActionBalanceDetails10 struct {
	TtlElgblBal      Quantity3Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TtlElgblBal,omitempty"`
	BlckdBal         BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 BlckdBal,omitempty"`
	BrrwdBal         BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 BrrwdBal,omitempty"`
	CollInBal        BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CollInBal,omitempty"`
	CollOutBal       BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CollOutBal,omitempty"`
	OnLnBal          BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OnLnBal,omitempty"`
	PdgDlvryBal      []BalanceFormat1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PdgDlvryBal,omitempty"`
	PdgRctBal        []BalanceFormat1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PdgRctBal,omitempty"`
	OutForRegnBal    BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OutForRegnBal,omitempty"`
	SttlmPosBal      BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SttlmPosBal,omitempty"`
	StrtPosBal       BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 StrtPosBal,omitempty"`
	TradDtPosBal     BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TradDtPosBal,omitempty"`
	InTrnsShipmntBal BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 InTrnsShipmntBal,omitempty"`
	RegdBal          BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RegdBal,omitempty"`
	OblgtdBal        BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OblgtdBal,omitempty"`
	UinstdBal        BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 UinstdBal,omitempty"`
	InstdBal         BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 InstdBal,omitempty"`
	AfctdBal         BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AfctdBal,omitempty"`
	UafctdBal        BalanceFormat1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 UafctdBal,omitempty"`
}

type CorporateActionDate15

type CorporateActionDate15 struct {
	EarlyRspnDdln      DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EarlyRspnDdln,omitempty"`
	CoverXprtnDt       DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CoverXprtnDt,omitempty"`
	PrtctDt            DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrtctDt,omitempty"`
	MktDdln            DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MktDdln,omitempty"`
	RspnDdln           DateFormat20Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RspnDdln,omitempty"`
	XpryDt             DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 XpryDt,omitempty"`
	SbcptCostDbtDt     DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SbcptCostDbtDt,omitempty"`
	DpstryCoverXprtnDt DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DpstryCoverXprtnDt,omitempty"`
}

type CorporateActionDate23

type CorporateActionDate23 struct {
	PmtDt       DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PmtDt"`
	ValDt       DateFormat11Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ValDt,omitempty"`
	FXRateFxgDt DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FXRateFxgDt,omitempty"`
	EarlstPmtDt DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EarlstPmtDt,omitempty"`
}

type CorporateActionEventProcessingType1Code

type CorporateActionEventProcessingType1Code string

May be one of GENL, DISN, REOR

type CorporateActionEventProcessingTypeChoice

type CorporateActionEventProcessingTypeChoice struct {
	Cd    CorporateActionEventProcessingType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type CorporateActionEventReference1

type CorporateActionEventReference1 struct {
	EvtId CorporateActionEventReference1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EvtId"`
	LkgTp ProcessingPosition1Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 LkgTp,omitempty"`
}

type CorporateActionEventReference1Choice

type CorporateActionEventReference1Choice struct {
	LkdOffclCorpActnEvtId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 LkdOffclCorpActnEvtId"`
	LkdCorpActnId         Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 LkdCorpActnId"`
}

type CorporateActionEventStatus1

type CorporateActionEventStatus1 struct {
	EvtCmpltnsSts EventCompletenessStatus1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EvtCmpltnsSts"`
	EvtConfSts    EventConfirmationStatus1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EvtConfSts"`
}

type CorporateActionEventType7Choice

type CorporateActionEventType7Choice struct {
	Cd    CorporateActionEventType8Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type CorporateActionEventType8Code

type CorporateActionEventType8Code string

May be one of ACTV, ATTI, BIDS, BONU, BPUT, BRUP, CAPG, CAPI, CERT, CHAN, CLSA, CONS, CONV, COOP, DECR, DETI, DFLT, DLST, DRAW, DRIP, DSCL, DTCH, DVCA, DVOP, DVSC, DVSE, EXOF, EXRI, EXTM, EXWA, CAPD, INCR, INTR, LIQU, MCAL, MRGR, ODLT, OTHR, PARI, PCAL, PDEF, PINK, PLAC, PPMT, PRED, PRII, PRIO, REDM, REDO, REMK, RHDI, RHTS, SHPR, SMAL, SOFF, SPLF, SPLR, SUSP, TEND, TREC, WRTH, WTRC, CREV, DRCA

type CorporateActionGeneralInformation38

type CorporateActionGeneralInformation38 struct {
	CorpActnEvtId      Max35Text                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CorpActnEvtId"`
	OffclCorpActnEvtId Max35Text                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OffclCorpActnEvtId,omitempty"`
	ClssActnNb         Max35Text                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ClssActnNb,omitempty"`
	EvtPrcgTp          CorporateActionEventProcessingTypeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EvtPrcgTp,omitempty"`
	EvtTp              CorporateActionEventType7Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EvtTp"`
	MndtryVlntryEvtTp  CorporateActionMandatoryVoluntary1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MndtryVlntryEvtTp"`
	AddtlBizPrcInd     AdditionalBusinessProcessFormat2Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlBizPrcInd,omitempty"`
	UndrlygScty        FinancialInstrumentAttributes33          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 UndrlygScty"`
}

type CorporateActionMandatoryVoluntary1Choice

type CorporateActionMandatoryVoluntary1Choice struct {
	Cd    CorporateActionMandatoryVoluntary1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type CorporateActionMandatoryVoluntary1Code

type CorporateActionMandatoryVoluntary1Code string

May be one of MAND, CHOS, VOLU

type CorporateActionMovementPreliminaryAdviceV03

type CorporateActionMovementPreliminaryAdviceV03 struct {
	Pgntn                  Pagination                            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Pgntn,omitempty"`
	MvmntPrlimryAdvcGnlInf CorporateActionPreliminaryAdviceType1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MvmntPrlimryAdvcGnlInf"`
	PrvsMvmntPrlimryAdvcId DocumentIdentification15              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrvsMvmntPrlimryAdvcId,omitempty"`
	NtfctnId               DocumentIdentification15              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NtfctnId,omitempty"`
	MvmntConfId            DocumentIdentification15              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MvmntConfId,omitempty"`
	InstrId                DocumentIdentification9               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 InstrId,omitempty"`
	OthrDocId              []DocumentIdentification13            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OthrDocId,omitempty"`
	EvtsLkg                []CorporateActionEventReference1      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EvtsLkg,omitempty"`
	RvslRsn                CorporateActionReversalReason1        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RvslRsn,omitempty"`
	CorpActnGnlInf         CorporateActionGeneralInformation38   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CorpActnGnlInf"`
	AcctDtls               AccountIdentification18Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AcctDtls"`
	CorpActnMvmntDtls      []CorporateActionOption35             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CorpActnMvmntDtls,omitempty"`
	AddtlInf               CorporateActionNarrative6             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlInf,omitempty"`
	IssrAgt                []PartyIdentification46Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IssrAgt,omitempty"`
	PngAgt                 []PartyIdentification46Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PngAgt,omitempty"`
	SubPngAgt              []PartyIdentification46Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SubPngAgt,omitempty"`
	Regar                  PartyIdentification46Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Regar,omitempty"`
	RsellngAgt             []PartyIdentification46Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RsellngAgt,omitempty"`
	PhysSctiesAgt          PartyIdentification46Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PhysSctiesAgt,omitempty"`
	DrpAgt                 PartyIdentification46Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DrpAgt,omitempty"`
	SlctnAgt               []PartyIdentification46Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SlctnAgt,omitempty"`
	InfAgt                 PartyIdentification46Choice           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 InfAgt,omitempty"`
	SplmtryData            []SupplementaryData1                  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SplmtryData,omitempty"`
}

type CorporateActionNarrative20

type CorporateActionNarrative20 struct {
	AddtlTxt       UpdatedAdditionalInformation3 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlTxt,omitempty"`
	NrrtvVrsn      UpdatedAdditionalInformation3 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NrrtvVrsn,omitempty"`
	InfConds       UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 InfConds,omitempty"`
	InfToCmplyWth  UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 InfToCmplyWth,omitempty"`
	SctyRstrctn    UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SctyRstrctn,omitempty"`
	TaxtnConds     UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxtnConds,omitempty"`
	Dsclmr         UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Dsclmr,omitempty"`
	CertfctnBrkdwn UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CertfctnBrkdwn,omitempty"`
}

type CorporateActionNarrative6

type CorporateActionNarrative6 struct {
	AddtlTxt      UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlTxt,omitempty"`
	NrrtvVrsn     UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NrrtvVrsn,omitempty"`
	InfConds      UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 InfConds,omitempty"`
	InfToCmplyWth UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 InfToCmplyWth,omitempty"`
	TaxtnConds    UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxtnConds,omitempty"`
	Dsclmr        UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Dsclmr,omitempty"`
	PtyCtctNrrtv  UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PtyCtctNrrtv,omitempty"`
	DclrtnDtls    UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DclrtnDtls,omitempty"`
	RegnDtls      UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RegnDtls,omitempty"`
	BsktOrIndxInf UpdatedAdditionalInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 BsktOrIndxInf,omitempty"`
}

type CorporateActionOption10Choice

type CorporateActionOption10Choice struct {
	Cd    CorporateActionOption7Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type CorporateActionOption35

type CorporateActionOption35 struct {
	OptnNb                 Exact3NumericText                                   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OptnNb"`
	OptnTp                 CorporateActionOption10Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OptnTp"`
	FrctnDspstn            FractionDispositionType1Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FrctnDspstn,omitempty"`
	OfferTp                []OfferTypeFormat1Choice                            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OfferTp,omitempty"`
	OptnFeatrs             []OptionFeaturesFormat9Choice                       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OptnFeatrs,omitempty"`
	IntrmdtSctiesDstrbtnTp IntermediateSecuritiesDistributionTypeFormat9Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IntrmdtSctiesDstrbtnTp,omitempty"`
	OptnAvlbtySts          OptionAvailabilityStatus1Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OptnAvlbtySts,omitempty"`
	CertfctnBrkdwnTp       []BeneficiaryCertificationType5Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CertfctnBrkdwnTp,omitempty"`
	NonDmclCtry            []CountryCode                                       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NonDmclCtry,omitempty"`
	VldDmclCtry            []CountryCode                                       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 VldDmclCtry,omitempty"`
	CcyOptn                ActiveCurrencyCode                                  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CcyOptn,omitempty"`
	DfltPrcgOrStgInstr     DefaultProcessingOrStandingInstruction1Choice       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DfltPrcgOrStgInstr"`
	ChrgsApldInd           bool                                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ChrgsApldInd,omitempty"`
	CertfctnBrkdwnInd      bool                                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CertfctnBrkdwnInd,omitempty"`
	WdrwlAllwdInd          bool                                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 WdrwlAllwdInd,omitempty"`
	ChngAllwdInd           bool                                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ChngAllwdInd,omitempty"`
	SctyId                 SecurityIdentification14                            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SctyId,omitempty"`
	DtDtls                 CorporateActionDate15                               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DtDtls,omitempty"`
	PrdDtls                CorporateActionPeriod7                              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrdDtls,omitempty"`
	RateAndAmtDtls         CorporateActionRate25                               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateAndAmtDtls,omitempty"`
	PricDtls               CorporateActionPrice28                              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PricDtls,omitempty"`
	SctiesQty              SecuritiesOption23                                  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SctiesQty,omitempty"`
	SctiesMvmntDtls        []SecuritiesOption24                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SctiesMvmntDtls,omitempty"`
	CshMvmntDtls           []CashOption16                                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CshMvmntDtls,omitempty"`
	AddtlInf               CorporateActionNarrative20                          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlInf,omitempty"`
}

type CorporateActionOption7Code

type CorporateActionOption7Code string

May be one of ABST, AMGT, BSPL, BUYA, CASE, CASH, CEXC, CONN, CONY, CTEN, EXER, LAPS, MNGT, MPUT, NOAC, NOQU, OFFR, OTHR, OVER, PROX, QINV, SECU, SLLE, SPLI, PRUN

type CorporateActionPeriod7

type CorporateActionPeriod7 struct {
	PricClctnPrd            Period3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PricClctnPrd,omitempty"`
	ParllTradgPrd           Period3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ParllTradgPrd,omitempty"`
	ActnPrd                 Period3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ActnPrd,omitempty"`
	RvcbltyPrd              Period3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RvcbltyPrd,omitempty"`
	PrvlgSspnsnPrd          Period3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrvlgSspnsnPrd,omitempty"`
	AcctSvcrRvcbltyPrd      Period3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AcctSvcrRvcbltyPrd,omitempty"`
	DpstrySspnsnPrdForWdrwl Period3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DpstrySspnsnPrdForWdrwl,omitempty"`
}

type CorporateActionPreliminaryAdviceType1

type CorporateActionPreliminaryAdviceType1 struct {
	Tp         CorporateActionPreliminaryAdviceType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Tp"`
	PrcgSts    CorporateActionProcessingStatus1Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrcgSts"`
	ElgbltyInd bool                                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ElgbltyInd,omitempty"`
}

type CorporateActionPreliminaryAdviceType1Code

type CorporateActionPreliminaryAdviceType1Code string

May be one of NEWM, REPL

type CorporateActionPrice26

type CorporateActionPrice26 struct {
	IndctvOrMktPric       IndicativeOrMarketPrice5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IndctvOrMktPric,omitempty"`
	CshInLieuOfShrPric    PriceFormat19Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CshInLieuOfShrPric,omitempty"`
	CshValForTax          PriceFormat29Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CshValForTax,omitempty"`
	GncCshPricPdPerPdct   PriceFormat23Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 GncCshPricPdPerPdct,omitempty"`
	GncCshPricRcvdPerPdct PriceFormat20Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 GncCshPricRcvdPerPdct,omitempty"`
}

type CorporateActionPrice28

type CorporateActionPrice28 struct {
	CshInLieuOfShrPric PriceFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CshInLieuOfShrPric,omitempty"`
	OverSbcptDpstPric  PriceFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OverSbcptDpstPric,omitempty"`
}

type CorporateActionProcessingStatus1Choice

type CorporateActionProcessingStatus1Choice struct {
	EvtSts        CorporateActionEventStatus1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EvtSts"`
	ForInfOnlyInd bool                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ForInfOnlyInd"`
}

type CorporateActionRate25

type CorporateActionRate25 struct {
	AddtlTax             RateAndAmountFormat14Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlTax,omitempty"`
	GrssDvddRate         []GrossDividendRateFormat5Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 GrssDvddRate,omitempty"`
	NetDvddRate          []NetDividendRateFormat5Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NetDvddRate,omitempty"`
	IndxFctr             RateAndAmountFormat14Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IndxFctr,omitempty"`
	IntrstRateUsdForPmt  []InterestRateUsedForPaymentFormat5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IntrstRateUsdForPmt,omitempty"`
	MaxAllwdOvrsbcptRate RateFormat6Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MaxAllwdOvrsbcptRate,omitempty"`
	PrratnRate           RateFormat6Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrratnRate,omitempty"`
	WhldgTaxRate         RateFormat6Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 WhldgTaxRate,omitempty"`
	WhldgOfFrgnTax       RateAndAmountFormat14Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 WhldgOfFrgnTax,omitempty"`
	TaxRltdRate          []RateTypeAndAmountAndStatus6             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxRltdRate,omitempty"`
	TaxblIncmPerDvddShr  []RateTypeAndAmountAndStatus11            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxblIncmPerDvddShr,omitempty"`
}

type CorporateActionRate28

type CorporateActionRate28 struct {
	AddtlQtyForSbcbdRsltntScties RatioFormat11Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlQtyForSbcbdRsltntScties,omitempty"`
	AddtlQtyForExstgScties       RatioFormat11Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlQtyForExstgScties,omitempty"`
	NewToOd                      RatioFormat12Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NewToOd,omitempty"`
	TrfrmatnRate                 float64                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TrfrmatnRate,omitempty"`
	ChrgsFees                    RateAndAmountFormat14Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ChrgsFees,omitempty"`
	FsclStmp                     RateFormat6Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FsclStmp,omitempty"`
	AplblRate                    RateFormat6Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AplblRate,omitempty"`
	TaxCdtRate                   []TaxCreditRateFormat5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxCdtRate,omitempty"`
}

type CorporateActionReversalReason1

type CorporateActionReversalReason1 struct {
	Rsn         CorporateActionReversalReason1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Rsn"`
	AddtlRsnInf Max256Text                           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlRsnInf,omitempty"`
}

type CorporateActionReversalReason1Choice

type CorporateActionReversalReason1Choice struct {
	Cd    CorporateActionReversalReason1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type CorporateActionReversalReason1Code

type CorporateActionReversalReason1Code string

May be one of DCBD, IVAD, IRED, IPRI, UPAY, IETR, FNRC, POCS, IPCU

type CountryCode

type CountryCode string

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

type CreditDebitCode

type CreditDebitCode string

May be one of CRDT, DBIT

type DateAndDateTimeChoice

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

type DateCode11Choice

type DateCode11Choice struct {
	Cd    DateType8Code           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type DateCode3Choice

type DateCode3Choice struct {
	Cd    DateType1Code           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type DateCode4Choice

type DateCode4Choice struct {
	Cd    DateType7Code           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type DateCodeAndTimeFormat1

type DateCodeAndTimeFormat1 struct {
	DtCd DateCode4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DtCd"`
	Tm   ISOTime         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Tm"`
}

type DateFormat11Choice

type DateFormat11Choice struct {
	Dt   DateAndDateTimeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Dt"`
	DtCd DateCode3Choice       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DtCd"`
}

type DateFormat18Choice

type DateFormat18Choice struct {
	Dt         DateAndDateTimeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Dt"`
	NotSpcfdDt DateType8Code         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdDt"`
}

type DateFormat19Choice

type DateFormat19Choice struct {
	Dt   DateAndDateTimeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Dt"`
	DtCd DateCode11Choice      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DtCd"`
}

type DateFormat20Choice

type DateFormat20Choice struct {
	Dt        DateAndDateTimeChoice  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Dt"`
	DtCdAndTm DateCodeAndTimeFormat1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DtCdAndTm"`
	DtCd      DateCode11Choice       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DtCd"`
}

type DateType1Code

type DateType1Code string

May be one of UKWN

type DateType7Code

type DateType7Code string

May be one of ONGO

type DateType8Code

type DateType8Code string

May be one of UKWN, ONGO

type DefaultProcessingOrStandingInstruction1Choice

type DefaultProcessingOrStandingInstruction1Choice struct {
	DfltOptnInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DfltOptnInd"`
	StgInstrInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 StgInstrInd"`
}

type DividendRateType1Code

type DividendRateType1Code string

May be one of TXBL

type Document

type Document struct {
	CorpActnMvmntPrlimryAdvc CorporateActionMovementPreliminaryAdviceV03 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CorpActnMvmntPrlimryAdvc"`
}

type DocumentIdentification13

type DocumentIdentification13 struct {
	Id    DocumentIdentification1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Id"`
	DocNb DocumentNumber1Choice         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DocNb,omitempty"`
	LkgTp ProcessingPosition1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 LkgTp,omitempty"`
}

type DocumentIdentification15

type DocumentIdentification15 struct {
	Id    Max35Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Id"`
	LkgTp ProcessingPosition1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 LkgTp,omitempty"`
}

type DocumentIdentification1Choice

type DocumentIdentification1Choice struct {
	AcctSvcrDocId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AcctSvcrDocId"`
	AcctOwnrDocId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AcctOwnrDocId"`
}

type DocumentIdentification9

type DocumentIdentification9 struct {
	Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Id"`
}

type DocumentNumber1Choice

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

type EventCompletenessStatus1Code

type EventCompletenessStatus1Code string

May be one of COMP, INCO

type EventConfirmationStatus1Code

type EventConfirmationStatus1Code string

May be one of CONF, UCON

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 ExternalFinancialInstrumentIdentificationType1Code

type ExternalFinancialInstrumentIdentificationType1Code string

Must be at least 1 items long

type FinancialInstrumentAttributes33

type FinancialInstrumentAttributes33 struct {
	FinInstrmId       SecurityIdentification14               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FinInstrmId"`
	PlcOfListg        MarketIdentification3Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PlcOfListg,omitempty"`
	DayCntBsis        InterestComputationMethodFormat1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DayCntBsis,omitempty"`
	ClssfctnTp        ClassificationType2Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ClssfctnTp,omitempty"`
	OptnStyle         OptionStyle4Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OptnStyle,omitempty"`
	DnmtnCcy          ActiveOrHistoricCurrencyCode           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DnmtnCcy,omitempty"`
	NxtCpnDt          ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NxtCpnDt,omitempty"`
	XpryDt            ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 XpryDt,omitempty"`
	FltgRateFxgDt     ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FltgRateFxgDt,omitempty"`
	MtrtyDt           ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MtrtyDt,omitempty"`
	IsseDt            ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IsseDt,omitempty"`
	NxtCllblDt        ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NxtCllblDt,omitempty"`
	PutblDt           ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PutblDt,omitempty"`
	DtdDt             ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DtdDt,omitempty"`
	ConvsDt           ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ConvsDt,omitempty"`
	IntrstRate        RateFormat3Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IntrstRate,omitempty"`
	NxtIntrstRate     RateFormat3Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NxtIntrstRate,omitempty"`
	PctgOfDebtClm     RateFormat3Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PctgOfDebtClm,omitempty"`
	PrvsFctr          RateFormat3Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrvsFctr,omitempty"`
	NxtFctr           RateFormat3Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NxtFctr,omitempty"`
	MinNmnlQty        FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MinNmnlQty,omitempty"`
	MinExrcblQty      FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MinExrcblQty,omitempty"`
	MinExrcblMltplQty FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MinExrcblMltplQty,omitempty"`
	CtrctSz           FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CtrctSz,omitempty"`
}

type FinancialInstrumentAttributes34

type FinancialInstrumentAttributes34 struct {
	FinInstrmId       SecurityIdentification14               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FinInstrmId"`
	PlcOfListg        MarketIdentification3Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PlcOfListg,omitempty"`
	DayCntBsis        InterestComputationMethodFormat1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DayCntBsis,omitempty"`
	ClssfctnTp        ClassificationType2Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ClssfctnTp,omitempty"`
	OptnStyle         OptionStyle4Choice                     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OptnStyle,omitempty"`
	DnmtnCcy          ActiveOrHistoricCurrencyCode           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DnmtnCcy,omitempty"`
	NxtCpnDt          ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NxtCpnDt,omitempty"`
	FltgRateFxgDt     ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FltgRateFxgDt,omitempty"`
	MtrtyDt           ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MtrtyDt,omitempty"`
	IsseDt            ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IsseDt,omitempty"`
	NxtCllblDt        ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NxtCllblDt,omitempty"`
	PutblDt           ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PutblDt,omitempty"`
	DtdDt             ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DtdDt,omitempty"`
	ConvsDt           ISODate                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ConvsDt,omitempty"`
	PrvsFctr          RateFormat3Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrvsFctr,omitempty"`
	NxtFctr           RateFormat3Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NxtFctr,omitempty"`
	IntrstRate        RateFormat3Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IntrstRate,omitempty"`
	NxtIntrstRate     RateFormat3Choice                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NxtIntrstRate,omitempty"`
	MinNmnlQty        FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MinNmnlQty,omitempty"`
	MinExrcblQty      FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MinExrcblQty,omitempty"`
	MinExrcblMltplQty FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MinExrcblMltplQty,omitempty"`
	CtrctSz           FinancialInstrumentQuantity1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CtrctSz,omitempty"`
	IssePric          PriceFormat19Choice                    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IssePric,omitempty"`
}

type FinancialInstrumentQuantity19Choice

type FinancialInstrumentQuantity19Choice struct {
	Unit     float64       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Unit"`
	FaceAmt  float64       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FaceAmt"`
	AmtsdVal float64       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtsdVal"`
	Cd       Quantity4Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
}

type FinancialInstrumentQuantity1Choice

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

type FinancialInstrumentQuantity20Choice

type FinancialInstrumentQuantity20Choice struct {
	Unit     float64       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Unit"`
	FaceAmt  float64       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FaceAmt"`
	AmtsdVal float64       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtsdVal"`
	Cd       Quantity5Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
}

type ForeignExchangeTerms13

type ForeignExchangeTerms13 struct {
	UnitCcy  ActiveCurrencyCode      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 UnitCcy"`
	QtdCcy   ActiveCurrencyCode      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 QtdCcy"`
	XchgRate float64                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 XchgRate"`
	RsltgAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RsltgAmt,omitempty"`
}

type FractionDispositionType1Choice

type FractionDispositionType1Choice struct {
	Cd    FractionDispositionType4Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type FractionDispositionType4Code

type FractionDispositionType4Code string

May be one of BUYU, CINL, DIST, RDDN, RDUP, STAN, UKWN

type GenericIdentification19

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

type GenericIdentification20

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

type GenericIdentification21

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

type GrossDividendRateFormat5Choice

type GrossDividendRateFormat5Choice struct {
	Amt                    ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	RateTpAndAmtAndRateSts RateTypeAndAmountAndStatus1      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateTpAndAmtAndRateSts"`
	NotSpcfdRate           RateType13Code                   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
}

type GrossDividendRateType1Code

type GrossDividendRateType1Code string

May be one of CAPO, FLFR, INCO, INTR, SOIC, TXBL, TXDF, TXFR, UNFR, LTCG, STCG

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 ISOTime

type ISOTime time.Time

func (ISOTime) MarshalText

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

func (*ISOTime) UnmarshalText

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

type IdentificationSource3Choice

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

type IndicativeOrMarketPrice5Choice

type IndicativeOrMarketPrice5Choice struct {
	IndctvPric PriceFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IndctvPric"`
	MktPric    PriceFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MktPric"`
}

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:seev.035.001.03 Cd"`
	Prtry GenericIdentification20        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type InterestRateUsedForPaymentFormat5Choice

type InterestRateUsedForPaymentFormat5Choice struct {
	Rate                   float64                          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Rate"`
	Amt                    ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	RateTpAndAmtAndRateSts RateTypeAndAmountAndStatus3      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateTpAndAmtAndRateSts"`
	NotSpcfdRate           RateType13Code                   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
}

type IntermediateSecuritiesDistributionTypeFormat9Choice

type IntermediateSecuritiesDistributionTypeFormat9Choice struct {
	Cd    IntermediateSecurityDistributionType5Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20                   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type IntermediateSecurityDistributionType5Code

type IntermediateSecurityDistributionType5Code string

May be one of BIDS, DRIP, DVCA, DVOP, EXRI, PRIO, DVSC, DVSE, INTR, LIQU, SOFF, SPLF, BONU, EXOF, MRGR

type IssuerTaxability1Code

type IssuerTaxability1Code string

May be one of TXBL

type MICIdentifier

type MICIdentifier string

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

type MarketIdentification3Choice

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

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 Max256Text

type Max256Text 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 Max5NumericText

type Max5NumericText string

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

type Max70Text

type Max70Text string

Must be at least 1 items long

type NameAndAddress5

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

type NetDividendRateFormat5Choice

type NetDividendRateFormat5Choice struct {
	Amt                    ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	RateTpAndAmtAndRateSts RateTypeAndAmountAndStatus4      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateTpAndAmtAndRateSts"`
	NotSpcfdRate           RateValueType7Code               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
}

type NetDividendRateType1Code

type NetDividendRateType1Code string

May be one of CAPO, FLFR, INCO, INTR, SOIC, TXBL, TXDF, TXFR, UNFR

type NonEligibleProceedsIndicator1Choice

type NonEligibleProceedsIndicator1Choice struct {
	Cd    NonEligibleProceedsIndicator1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type NonEligibleProceedsIndicator1Code

type NonEligibleProceedsIndicator1Code string

May be one of NELC, ACLI, ONEL

type OfferType1Code

type OfferType1Code string

May be one of DISS, ERUN, FCFS, FINL, MINI, PART, SQUE

type OfferTypeFormat1Choice

type OfferTypeFormat1Choice struct {
	Cd    OfferType1Code          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type OptionAvailabilityStatus1Choice

type OptionAvailabilityStatus1Choice struct {
	Cd    OptionAvailabilityStatus1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type OptionAvailabilityStatus1Code

type OptionAvailabilityStatus1Code string

May be one of INTV, CANC

type OptionFeatures4Code

type OptionFeatures4Code string

May be one of CAOS, COND, MAXC, MAXS, OPLF, PROR, QOVE, QREC, VVPR, NOSE, PINS, ASVO

type OptionFeaturesFormat9Choice

type OptionFeaturesFormat9Choice struct {
	Cd    OptionFeatures4Code     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

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:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type OriginalAndCurrentQuantities1

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

type OriginalAndCurrentQuantities2

type OriginalAndCurrentQuantities2 struct {
	ShrtLngPos ShortLong1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ShrtLngPos"`
	FaceAmt    float64        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FaceAmt"`
	AmtsdVal   float64        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtsdVal"`
}

type OtherIdentification1

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

type Pagination

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

type PartyIdentification36Choice

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

type PartyIdentification46Choice

type PartyIdentification46Choice struct {
	AnyBIC   AnyBICIdentifier        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AnyBIC"`
	PrtryId  GenericIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrtryId"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NmAndAdr"`
}

type Payment1Code

type Payment1Code string

May be one of ACTU, CONT

type PercentagePrice1

type PercentagePrice1 struct {
	PctgPricTp PriceRateType3Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PctgPricTp"`
	PricVal    float64            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PricVal"`
}

type Period3Choice

type Period3Choice struct {
	Prd   Period4       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prd"`
	PrdCd DateType8Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrdCd"`
}

type Period4

type Period4 struct {
	StartDt DateFormat18Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 StartDt"`
	EndDt   DateFormat18Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EndDt"`
}

type PostalAddress1

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

type PriceDetails6

type PriceDetails6 struct {
	GncCshPricPdPerPdct   PriceFormat23Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 GncCshPricPdPerPdct,omitempty"`
	GncCshPricRcvdPerPdct PriceFormat20Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 GncCshPricRcvdPerPdct,omitempty"`
}

type PriceFormat19Choice

type PriceFormat19Choice struct {
	PctgPric     PercentagePrice1     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PctgPric"`
	AmtPric      AmountPrice3         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtPric"`
	NotSpcfdPric PriceValueType10Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdPric"`
}

type PriceFormat20Choice

type PriceFormat20Choice struct {
	PctgPric               PercentagePrice1                           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PctgPric"`
	AmtPric                AmountPrice3                               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtPric"`
	NotSpcfdPric           PriceValueType8Code                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdPric"`
	AmtPricPerFinInstrmQty AmountPricePerFinancialInstrumentQuantity3 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtPricPerFinInstrmQty"`
	AmtPricPerAmt          AmountPricePerAmount2                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtPricPerAmt"`
}

type PriceFormat23Choice

type PriceFormat23Choice struct {
	PctgPric     PercentagePrice1     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PctgPric"`
	AmtPric      AmountPrice3         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtPric"`
	NotSpcfdPric PriceValueType10Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdPric"`
	IndxPts      float64              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IndxPts"`
}

type PriceFormat29Choice

type PriceFormat29Choice struct {
	AmtPric      AmountPrice2         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtPric"`
	NotSpcfdPric PriceValueType10Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdPric"`
}

type PriceRateType3Code

type PriceRateType3Code string

May be one of DISC, PREM, PRCT, YIEL

type PriceValueType10Code

type PriceValueType10Code string

May be one of UKWN

type PriceValueType8Code

type PriceValueType8Code string

May be one of TBSP, UNSP, UKWN, NILP

type ProcessingPosition1Choice

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

type ProcessingPosition3Code

type ProcessingPosition3Code string

May be one of AFTE, WITH, BEFO, INFO

type ProprietaryQuantity2

type ProprietaryQuantity2 struct {
	Qty     float64                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Qty"`
	QtyTp   Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 QtyTp"`
	Issr    Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Issr"`
	SchmeNm Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SchmeNm,omitempty"`
}

type ProprietaryQuantity3

type ProprietaryQuantity3 struct {
	ShrtLngPos ShortLong1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ShrtLngPos,omitempty"`
	Qty        float64                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Qty"`
	QtyTp      Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 QtyTp"`
	Issr       Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Issr"`
	SchmeNm    Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SchmeNm,omitempty"`
}

type Quantity2Choice

type Quantity2Choice struct {
	Qty      FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Qty"`
	PrtryQty ProprietaryQuantity2               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrtryQty"`
}

type Quantity3Choice

type Quantity3Choice struct {
	QtyChc   Quantity4Choice      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 QtyChc"`
	PrtryQty ProprietaryQuantity3 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrtryQty"`
}

type Quantity4Choice

type Quantity4Choice struct {
	OrgnlAndCurFaceAmt OriginalAndCurrentQuantities2 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 OrgnlAndCurFaceAmt"`
	SgndQty            SignedQuantityFormat2         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SgndQty"`
}

type Quantity4Code

type Quantity4Code string

May be one of UKWN, ANYA

type Quantity5Code

type Quantity5Code string

May be one of UKWN

type Quantity6Choice

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

type QuantityToQuantityRatio1

type QuantityToQuantityRatio1 struct {
	Qty1 float64 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Qty1"`
	Qty2 float64 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Qty2"`
}

type RateAndAmountFormat14Choice

type RateAndAmountFormat14Choice struct {
	Rate         float64                          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Rate"`
	NotSpcfdRate RateValueType7Code               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
	Amt          ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
}

type RateAndAmountFormat15Choice

type RateAndAmountFormat15Choice struct {
	Amt          ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	NotSpcfdRate RateValueType7Code               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
}

type RateDetails3

type RateDetails3 struct {
	AddtlTax            RateAndAmountFormat14Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlTax,omitempty"`
	GrssDvddRate        []GrossDividendRateFormat5Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 GrssDvddRate,omitempty"`
	IntrstRateUsdForPmt []InterestRateUsedForPaymentFormat5Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IntrstRateUsdForPmt,omitempty"`
	TaxRltdRate         []RateTypeAndAmountAndStatus6             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxRltdRate,omitempty"`
	WhldgTaxRate        RateFormat6Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 WhldgTaxRate,omitempty"`
	ChrgsFees           RateAndAmountFormat14Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ChrgsFees,omitempty"`
	EarlySlctnFeeRate   SolicitationFeeRateFormat3Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EarlySlctnFeeRate,omitempty"`
	FnlDvddRate         RateAndAmountFormat15Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FnlDvddRate,omitempty"`
	FsclStmp            RateFormat6Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FsclStmp,omitempty"`
	FullyFrnkdRate      RateAndAmountFormat14Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FullyFrnkdRate,omitempty"`
	CshIncntivRate      RateFormat6Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CshIncntivRate,omitempty"`
	NetDvddRate         []NetDividendRateFormat5Choice            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NetDvddRate,omitempty"`
	NonResdtRate        RateAndAmountFormat14Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NonResdtRate,omitempty"`
	PrvsnlDvddRate      RateAndAmountFormat15Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrvsnlDvddRate,omitempty"`
	AplblRate           RateFormat6Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AplblRate,omitempty"`
	SlctnFeeRate        SolicitationFeeRateFormat3Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SlctnFeeRate,omitempty"`
	TaxCdtRate          []TaxCreditRateFormat5Choice              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxCdtRate,omitempty"`
	TaxOnIncm           RateFormat6Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxOnIncm,omitempty"`
	TaxOnPrfts          RateFormat6Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxOnPrfts,omitempty"`
	TaxRclmRate         RateFormat6Choice                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TaxRclmRate,omitempty"`
	WhldgOfFrgnTax      RateAndAmountFormat14Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 WhldgOfFrgnTax,omitempty"`
	WhldgOfLclTax       RateAndAmountFormat14Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 WhldgOfLclTax,omitempty"`
}

type RateFormat3Choice

type RateFormat3Choice struct {
	Rate         float64       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Rate"`
	NotSpcfdRate RateType5Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
}

type RateFormat6Choice

type RateFormat6Choice struct {
	Rate         float64            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Rate"`
	NotSpcfdRate RateValueType7Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
}

type RateStatus1Choice

type RateStatus1Choice struct {
	Cd    RateStatus1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type RateStatus1Code

type RateStatus1Code string

May be one of ACTU, INDI

type RateType10Choice

type RateType10Choice struct {
	Cd    RateType3Code           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type RateType11Choice

type RateType11Choice struct {
	Cd    TaxType4Code            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type RateType13Choice

type RateType13Choice struct {
	Cd    GrossDividendRateType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type RateType13Code

type RateType13Code string

May be one of UKWN, NILP

type RateType17Choice

type RateType17Choice struct {
	Cd    DividendRateType1Code   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type RateType3Code

type RateType3Code string

May be one of IMPU, PREC, TIER

type RateType5Code

type RateType5Code string

May be one of UKWN

type RateType6Choice

type RateType6Choice struct {
	Cd    RateType7Code           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type RateType7Choice

type RateType7Choice struct {
	Cd    NetDividendRateType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Cd"`
	Prtry GenericIdentification20  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type RateType7Code

type RateType7Code string

May be one of SCHD, USCD

type RateTypeAndAmountAndStatus1

type RateTypeAndAmountAndStatus1 struct {
	RateTp  RateType13Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateTp"`
	Amt     ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	RateSts RateStatus1Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateSts,omitempty"`
}

type RateTypeAndAmountAndStatus11

type RateTypeAndAmountAndStatus11 struct {
	RateTp  RateType17Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateTp"`
	Amt     ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	RateSts RateStatus1Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateSts,omitempty"`
}

type RateTypeAndAmountAndStatus3

type RateTypeAndAmountAndStatus3 struct {
	RateTp  RateType6Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateTp"`
	Amt     ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	RateSts RateStatus1Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateSts,omitempty"`
}

type RateTypeAndAmountAndStatus4

type RateTypeAndAmountAndStatus4 struct {
	RateTp  RateType7Choice                  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateTp"`
	Amt     ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	RateSts RateStatus1Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateSts,omitempty"`
}

type RateTypeAndAmountAndStatus5

type RateTypeAndAmountAndStatus5 struct {
	RateTp  RateType10Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateTp"`
	Amt     ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	RateSts RateStatus1Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateSts,omitempty"`
}

type RateTypeAndAmountAndStatus6

type RateTypeAndAmountAndStatus6 struct {
	RateTp  RateType11Choice                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateTp"`
	Amt     ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	RateSts RateStatus1Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateSts,omitempty"`
}

type RateValueType7Code

type RateValueType7Code string

May be one of UKWN

type RatioFormat11Choice

type RatioFormat11Choice struct {
	QtyToQty     QuantityToQuantityRatio1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 QtyToQty"`
	NotSpcfdRate RateValueType7Code       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
	AmtToAmt     AmountToAmountRatio2     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtToAmt"`
}

type RatioFormat12Choice

type RatioFormat12Choice struct {
	QtyToQty     QuantityToQuantityRatio1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 QtyToQty"`
	NotSpcfdRate RateValueType7Code       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
	AmtToAmt     AmountToAmountRatio2     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtToAmt"`
	AmtToQty     AmountAndQuantityRatio2  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtToQty"`
	QtyToAmt     AmountAndQuantityRatio2  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 QtyToAmt"`
}

type SafekeepingAccountIdentification1Code

type SafekeepingAccountIdentification1Code string

May be one of GENR

type SafekeepingPlace1Code

type SafekeepingPlace1Code string

May be one of CUST, ICSD, NCSD, SHHE

type SafekeepingPlace2Code

type SafekeepingPlace2Code string

May be one of SHHE, ALLP

type SafekeepingPlaceFormat2Choice

type SafekeepingPlaceFormat2Choice struct {
	Id      SafekeepingPlaceTypeAndText2             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Id"`
	Ctry    CountryCode                              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Ctry"`
	TpAndId SafekeepingPlaceTypeAndAnyBICIdentifier1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TpAndId"`
	Prtry   GenericIdentification21                  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type SafekeepingPlaceTypeAndAnyBICIdentifier1

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

type SafekeepingPlaceTypeAndText2

type SafekeepingPlaceTypeAndText2 struct {
	SfkpgPlcTp SafekeepingPlace2Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SfkpgPlcTp"`
	Id         Max35Text             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Id,omitempty"`
}

type SecuritiesOption23

type SecuritiesOption23 struct {
	MaxExrcblQty      FinancialInstrumentQuantity19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MaxExrcblQty,omitempty"`
	MinExrcblQty      FinancialInstrumentQuantity19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MinExrcblQty,omitempty"`
	MinExrcblMltplQty FinancialInstrumentQuantity20Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 MinExrcblMltplQty,omitempty"`
	NewBrdLotQty      FinancialInstrumentQuantity20Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NewBrdLotQty,omitempty"`
	NewDnmtnQty       FinancialInstrumentQuantity20Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NewDnmtnQty,omitempty"`
	FrntEndOddLotQty  FinancialInstrumentQuantity20Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FrntEndOddLotQty,omitempty"`
	BckEndOddLotQty   FinancialInstrumentQuantity20Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 BckEndOddLotQty,omitempty"`
}

type SecuritiesOption24

type SecuritiesOption24 struct {
	SctyDtls             FinancialInstrumentAttributes34              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SctyDtls"`
	CdtDbtInd            CreditDebitCode                              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CdtDbtInd"`
	TempFinInstrmInd     TemporaryFinancialInstrumentIndicator1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TempFinInstrmInd,omitempty"`
	NonElgblPrcdsInd     NonEligibleProceedsIndicator1Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NonElgblPrcdsInd,omitempty"`
	IssrOfferrTaxbltyInd IssuerTaxability1Code                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 IssrOfferrTaxbltyInd,omitempty"`
	EntitldQty           Quantity6Choice                              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EntitldQty,omitempty"`
	SfkpgPlc             SafekeepingPlaceFormat2Choice                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 SfkpgPlc,omitempty"`
	FrctnDspstn          FractionDispositionType1Choice               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 FrctnDspstn,omitempty"`
	CcyOptn              ActiveCurrencyCode                           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 CcyOptn,omitempty"`
	TradgPrd             Period3Choice                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TradgPrd,omitempty"`
	DtDtls               SecurityDate5                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DtDtls"`
	RateDtls             CorporateActionRate28                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateDtls,omitempty"`
	PricDtls             CorporateActionPrice26                       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PricDtls,omitempty"`
}

type SecurityDate5

type SecurityDate5 struct {
	PmtDt       DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PmtDt"`
	AvlblDt     DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AvlblDt,omitempty"`
	DvddRnkgDt  DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 DvddRnkgDt,omitempty"`
	EarlstPmtDt DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 EarlstPmtDt,omitempty"`
	PrpssDt     DateFormat19Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 PrpssDt,omitempty"`
}

type SecurityIdentification14

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

type ShortLong1Code

type ShortLong1Code string

May be one of SHOR, LONG

type SignedQuantityFormat1

type SignedQuantityFormat1 struct {
	ShrtLngPos ShortLong1Code  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ShrtLngPos"`
	QtyChc     Quantity2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 QtyChc"`
}

type SignedQuantityFormat2

type SignedQuantityFormat2 struct {
	ShrtLngPos ShortLong1Code                     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 ShrtLngPos"`
	Qty        FinancialInstrumentQuantity1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Qty"`
}

type SolicitationFeeRateFormat3Choice

type SolicitationFeeRateFormat3Choice struct {
	Rate         float64                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Rate"`
	NotSpcfdRate RateValueType7Code      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
	AmtToQty     AmountAndQuantityRatio2 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AmtToQty"`
}

type SupplementaryData1

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

type SupplementaryDataEnvelope1

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

type TaxCreditRateFormat5Choice

type TaxCreditRateFormat5Choice struct {
	Rate                   float64                          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Rate"`
	Amt                    ActiveCurrencyAnd13DecimalAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Amt"`
	RateTpAndAmtAndRateSts RateTypeAndAmountAndStatus5      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 RateTpAndAmtAndRateSts"`
	NotSpcfdRate           RateValueType7Code               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 NotSpcfdRate"`
}

type TaxType4Code

type TaxType4Code string

May be one of WITF, WITL

type TemporaryFinancialInstrumentIndicator1Choice

type TemporaryFinancialInstrumentIndicator1Choice struct {
	TempInd bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 TempInd"`
	Prtry   GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 Prtry"`
}

type UpdatedAdditionalInformation1

type UpdatedAdditionalInformation1 struct {
	UpdDesc  Max140Text   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 UpdDesc,omitempty"`
	UpdDt    ISODate      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 UpdDt,omitempty"`
	AddtlInf []Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlInf"`
}

type UpdatedAdditionalInformation3

type UpdatedAdditionalInformation3 struct {
	UpdDesc  Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 UpdDesc,omitempty"`
	UpdDt    ISODate    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 UpdDt,omitempty"`
	AddtlInf Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.035.001.03 AddtlInf"`
}

Jump to

Keyboard shortcuts

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