seev_007_001_04

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 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.007.001.04 Id"`
	IdSrc IdentificationSource1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 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 CountryCode

type CountryCode string

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

type DetailedInstructionStatus9

type DetailedInstructionStatus9 struct {
	InstrId      Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 InstrId"`
	AcctId       Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 AcctId,omitempty"`
	AcctOwnr     PartyIdentification9Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 AcctOwnr,omitempty"`
	SubAcctId    Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 SubAcctId,omitempty"`
	RghtsHldr    []PartyIdentification9Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 RghtsHldr,omitempty"`
	StgInstr     bool                         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 StgInstr"`
	VotePerRsltn []Vote4                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 VotePerRsltn"`
}

type Document

type Document struct {
	MtgVoteExctnConf MeetingVoteExecutionConfirmationV04 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 MtgVoteExctnConf"`
}

type Extension2

type Extension2 struct {
	PlcAndNm   Max350Text         `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 PlcAndNm,omitempty"`
	XtnsnEnvlp ExtensionEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 XtnsnEnvlp"`
}

type ExtensionEnvelope1

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

type GenericIdentification1

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

type GenericIdentification13

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

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.007.001.04 Dmst"`
	Prtry Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 Prtry"`
}

type Max140Text

type Max140Text string

Must be at least 1 items long

type Max16Text

type Max16Text string

Must be at least 1 items long

type 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 MeetingReference4

type MeetingReference4 struct {
	MtgId      Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 MtgId,omitempty"`
	IssrMtgId  Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 IssrMtgId,omitempty"`
	MtgDtAndTm ISODateTime                      `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 MtgDtAndTm"`
	Tp         MeetingType2Code                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 Tp"`
	Clssfctn   MeetingTypeClassification1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 Clssfctn,omitempty"`
	Lctn       []PostalAddress1                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 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.007.001.04 Cd"`
	Prtry GenericIdentification13        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 Prtry"`
}

type MeetingTypeClassification1Code

type MeetingTypeClassification1Code string

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

type MeetingVoteExecutionConfirmationV04

type MeetingVoteExecutionConfirmationV04 struct {
	Id         MessageIdentification1       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 Id"`
	RltdRef    MessageIdentification        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 RltdRef"`
	MtgRef     MeetingReference4            `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 MtgRef"`
	RptgPty    PartyIdentification9Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 RptgPty"`
	SctyId     SecurityIdentification11     `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 SctyId"`
	VoteInstrs []DetailedInstructionStatus9 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 VoteInstrs"`
	Xtnsn      []Extension2                 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.007.001.04 Xtnsn,omitempty"`
}

type MessageIdentification

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

type MessageIdentification1

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

type NameAndAddress5

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

type PartyIdentification9Choice

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

type PostalAddress1

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

type SecurityIdentification11

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

type SecurityIdentification11Choice

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

type Vote4

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

Jump to

Keyboard shortcuts

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