seev_004_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 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 AddressType2Code

type AddressType2Code string

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

type AlternateIdentification1

type AlternateIdentification1 struct {
	Id    Max35Text                   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Id"`
	IdSrc IdentificationSource1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 IdSrc"`
}

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 AttendanceCard2

type AttendanceCard2 struct {
	AttndncCardLbllg Max105Text         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 AttndncCardLbllg,omitempty"`
	DlvryMtd         DeliveryPlace1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 DlvryMtd"`
	OthrAdr          NameAndAddress9    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 OthrAdr,omitempty"`
}

type CountryCode

type CountryCode string

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

type DeliveryPlace1Code

type DeliveryPlace1Code string

May be one of EMPL, INDI, ENTR, OADR

type Document

type Document struct {
	MtgInstr MeetingInstructionV03 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 MtgInstr"`
}

type Exact4AlphaNumericText

type Exact4AlphaNumericText string

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

type GenericIdentification1

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

type GenericIdentification13

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

type GenericIdentification4

type GenericIdentification4 struct {
	Id   Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Id"`
	IdTp Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 IdTp"`
}

type GenericIdentification5

type GenericIdentification5 struct {
	Issr  Max8Text               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Issr"`
	Inf   Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Inf"`
	Nrrtv Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Nrrtv,omitempty"`
}

type HoldingBalance5

type HoldingBalance5 struct {
	Bal      UnitOrFaceAmountOrCode1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Bal"`
	BalTp    SecuritiesEntryType2Code      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 BalTp,omitempty"`
	SfkpgPlc SafekeepingPlaceFormatChoice  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 SfkpgPlc,omitempty"`
}

type ISINIdentifier

type ISINIdentifier string

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

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 IdentificationSource1Choice

type IdentificationSource1Choice struct {
	Dmst  CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Dmst"`
	Prtry Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Prtry"`
}

type IndividualPerson17

type IndividualPerson17 struct {
	BirthNm         Max35Text                  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 BirthNm"`
	GvnNm           Max35Text                  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 GvnNm,omitempty"`
	Id              PersonIdentification6      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Id,omitempty"`
	Adr             LongPostalAddress2Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Adr,omitempty"`
	EmplngPty       PartyIdentification9Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 EmplngPty,omitempty"`
	AttndncCardDtls AttendanceCard2            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 AttndncCardDtls"`
}

type Instruction2

type Instruction2 struct {
	InstrId       Max35Text                   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 InstrId"`
	ReqdExctnDt   ISODateTime                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 ReqdExctnDt,omitempty"`
	VoteExctnConf bool                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 VoteExctnConf"`
	AcctDtls      SafekeepingAccount4         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 AcctDtls"`
	Prxy          Proxy4                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Prxy,omitempty"`
	VoteDtls      VoteDetails2                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 VoteDtls,omitempty"`
	MtgAttndee    []IndividualPerson17        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 MtgAttndee,omitempty"`
	SpcfcInstrReq SpecificInstructionRequest1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 SpcfcInstrReq,omitempty"`
}

type LongPostalAddress2Choice

type LongPostalAddress2Choice struct {
	Ustrd Max350Text     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Ustrd"`
	Strd  PostalAddress1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Strd"`
}

type Max105Text

type Max105Text string

Must be at least 1 items long

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 Max350Text

type Max350Text string

Must be at least 1 items long

type Max35Text

type Max35Text string

Must be at least 1 items long

type Max4AlphaNumericText

type Max4AlphaNumericText string

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

type Max70Text

type Max70Text string

Must be at least 1 items long

type Max8Text

type Max8Text string

Must be at least 1 items long

type MeetingInstructionV03

type MeetingInstructionV03 struct {
	Id       MessageIdentification1     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Id"`
	MtgRef   MeetingReference4          `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 MtgRef"`
	InstgPty PartyIdentification9Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 InstgPty"`
	SctyId   SecurityIdentification11   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 SctyId"`
	Instr    []Instruction2             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Instr"`
}

type MeetingReference4

type MeetingReference4 struct {
	MtgId      Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 MtgId,omitempty"`
	IssrMtgId  Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 IssrMtgId,omitempty"`
	MtgDtAndTm ISODateTime                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 MtgDtAndTm"`
	Tp         MeetingType2Code                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Tp"`
	Clssfctn   MeetingTypeClassification1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Clssfctn,omitempty"`
	Lctn       []PostalAddress1                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Lctn,omitempty"`
}

type MeetingType2Code

type MeetingType2Code string

May be one of XMET, GMET, MIXD, SPCL

type MeetingTypeClassification1Choice

type MeetingTypeClassification1Choice struct {
	Cd    MeetingTypeClassification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Cd"`
	Prtry GenericIdentification13        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Prtry"`
}

type MeetingTypeClassification1Code

type MeetingTypeClassification1Code string

May be one of AMET, OMET, CLAS, ISSU, VRHI, CORT

type MessageIdentification1

type MessageIdentification1 struct {
	Id      Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Id"`
	CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 CreDtTm"`
}

type NameAndAddress5

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

type NameAndAddress9

type NameAndAddress9 struct {
	Nm  Max350Text               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Nm"`
	Adr LongPostalAddress2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Adr,omitempty"`
}

type PartyIdentification3

type PartyIdentification3 struct {
	BICOrBEI AnyBICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 BICOrBEI"`
}

type PartyIdentification9Choice

type PartyIdentification9Choice struct {
	BICOrBEI AnyBICIdentifier       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 BICOrBEI"`
	PrtryId  GenericIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 PrtryId"`
	NmAndAdr NameAndAddress5        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 NmAndAdr"`
}

type PersonIdentification6

type PersonIdentification6 struct {
	Issr     Max35Text                       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Issr,omitempty"`
	PrsnIdTp PersonIdentificationType1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 PrsnIdTp"`
}

type PersonIdentificationType1Choice

type PersonIdentificationType1Choice struct {
	PsptNb      Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 PsptNb"`
	TaxIdNb     Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 TaxIdNb"`
	SclSctyNb   Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 SclSctyNb"`
	MplyrIdNb   Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 MplyrIdNb"`
	DrvrsLicNb  Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 DrvrsLicNb"`
	AlnRegnNb   Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 AlnRegnNb"`
	IdntyCardNb Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 IdntyCardNb"`
	OthrId      GenericIdentification4 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 OthrId"`
}

type PostalAddress1

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

type Proxy4

type Proxy4 struct {
	PrxyTp                ProxyType2Code     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 PrxyTp"`
	PrsnDtls              IndividualPerson17 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 PrsnDtls,omitempty"`
	VoteInstrForAgndRsltn Vote2Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 VoteInstrForAgndRsltn,omitempty"`
}

type ProxyType2Code

type ProxyType2Code string

May be one of CHRM, DISC, HLDR

type Quantity1Code

type Quantity1Code string

May be one of QALL

type SafekeepingAccount4

type SafekeepingAccount4 struct {
	AcctId      Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 AcctId"`
	AcctOwnr    PartyIdentification9Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 AcctOwnr,omitempty"`
	SubAcctDtls SubAccount2                  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 SubAcctDtls,omitempty"`
	InstdBal    []HoldingBalance5            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 InstdBal"`
	RghtsHldr   []PartyIdentification9Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 RghtsHldr,omitempty"`
}

type SafekeepingPlace1Code

type SafekeepingPlace1Code string

May be one of CUST, ICSD, NCSD, SHHE

type SafekeepingPlaceAsCodeAndPartyIdentification

type SafekeepingPlaceAsCodeAndPartyIdentification struct {
	PlcSfkpg SafekeepingPlace1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 PlcSfkpg"`
	Nrrtv    Max35Text             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Nrrtv,omitempty"`
	Pty      PartyIdentification3  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Pty,omitempty"`
}

type SafekeepingPlaceFormatChoice

type SafekeepingPlaceFormatChoice struct {
	Id       SafekeepingPlaceAsCodeAndPartyIdentification `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Id"`
	IdAsDSS  GenericIdentification5                       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 IdAsDSS"`
	IdAsCtry CountryCode                                  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 IdAsCtry"`
}

type SecuritiesEntryType2Code

type SecuritiesEntryType2Code string

May be one of BLOK, ELIG, PEND, PENR, NOMI, SETD, BORR, LOAN, SPOS, TRAD, COLI, COLO, UNBA, INBA, REGO

type SecurityIdentification11

type SecurityIdentification11 struct {
	Id   SecurityIdentification11Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Id"`
	Desc Max140Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Desc,omitempty"`
}

type SecurityIdentification11Choice

type SecurityIdentification11Choice struct {
	ISIN   ISINIdentifier           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 ISIN"`
	OthrId AlternateIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 OthrId"`
}

type SpecificInstructionRequest1

type SpecificInstructionRequest1 struct {
	PrtcptnRegn bool `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 PrtcptnRegn,omitempty"`
	BlckgScties bool `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 BlckgScties,omitempty"`
	SctiesRegn  bool `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 SctiesRegn,omitempty"`
}

type SubAccount2

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

type UnitOrFaceAmountOrCode1Choice

type UnitOrFaceAmountOrCode1Choice struct {
	Unit    float64                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Unit"`
	FaceAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 FaceAmt"`
	Cd      Quantity1Code           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Cd"`
}

type Vote2Choice

type Vote2Choice struct {
	VoteInstr    []Vote4 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 VoteInstr"`
	GblVoteInstr []Vote3 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 GblVoteInstr"`
}

type Vote3

type Vote3 struct {
	IssrLabl Max35Text            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 IssrLabl"`
	VoteOptn VoteInstruction2Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 VoteOptn"`
}

type Vote4

type Vote4 struct {
	IssrLabl  Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 IssrLabl"`
	For       float64   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 For,omitempty"`
	Agnst     float64   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Agnst,omitempty"`
	Abstn     float64   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Abstn,omitempty"`
	Wthhld    float64   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Wthhld,omitempty"`
	WthMgmt   float64   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 WthMgmt,omitempty"`
	AgnstMgmt float64   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 AgnstMgmt,omitempty"`
	Dscrtnry  float64   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Dscrtnry,omitempty"`
	NoActn    float64   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 NoActn,omitempty"`
}

type VoteDetails2

type VoteDetails2 struct {
	VoteInstrForAgndRsltn Vote2Choice                                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 VoteInstrForAgndRsltn"`
	VoteInstrForMtgRsltn  VoteInstructionForMeetingResolution1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 VoteInstrForMtgRsltn,omitempty"`
}

type VoteInstruction2Code

type VoteInstruction2Code string

May be one of CFOR, CAGS, ABST, WTHH, WMGT, AMGT, NOAC, DISC

type VoteInstructionAtMeeting1Code

type VoteInstructionAtMeeting1Code string

May be one of CHRM, CAGS, CFOR, ABST, WTHH, WMGT, AMGT, NOAC

type VoteInstructionForMeetingResolution1Choice

type VoteInstructionForMeetingResolution1Choice struct {
	VoteIndctn VoteInstructionAtMeeting1Code `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 VoteIndctn"`
	Shrhldr    NameAndAddress9               `xml:"urn:iso:std:iso:20022:tech:xsd:seev.004.001.03 Shrhldr"`
}

Jump to

Keyboard shortcuts

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