seev_049_001_01

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 AcceptedStatus1

type AcceptedStatus1 struct {
	NoSpcfdRsn NoReasonCode `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 NoSpcfdRsn"`
}

type AnyBICDec2014Identifier

type AnyBICDec2014Identifier string

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

type DateAndDateTime2Choice

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

type DateCode20Choice

type DateCode20Choice struct {
	Cd    DateType1Code           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 Prtry"`
}

type DateFormat46Choice

type DateFormat46Choice struct {
	Dt   DateAndDateTime2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 Dt"`
	DtCd DateCode20Choice       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 DtCd"`
}

type DateType1Code

type DateType1Code string

May be one of UKWN

type DisclosureRequestIdentification1

type DisclosureRequestIdentification1 struct {
	IssrDsclsrReqId      Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 IssrDsclsrReqId"`
	FinInstrmId          SecurityIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 FinInstrmId"`
	ShrhldrsDsclsrRcrdDt DateFormat46Choice       `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 ShrhldrsDsclsrRcrdDt"`
}

type Document

type Document struct {
	ShrhldrIdDsclsrRspnStsAdvc ShareholderIdentificationDisclosureResponseStatusAdviceV01 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 ShrhldrIdDsclsrRspnStsAdvc"`
}

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 GenericIdentification30

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

type GenericIdentification36

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

type ISINOct2015Identifier

type ISINOct2015Identifier string

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

type ISODate

type ISODate time.Time

func (ISODate) MarshalText

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

func (*ISODate) UnmarshalText

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

type ISODateTime

type ISODateTime time.Time

func (ISODateTime) MarshalText

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

func (*ISODateTime) UnmarshalText

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

type IdentificationSource3Choice

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

type LEIIdentifier

type LEIIdentifier string

Must match the pattern [A-Z0-9]{18,18}[0-9]{2,2}

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 NoReasonCode

type NoReasonCode string

May be one of NORE

type OtherIdentification1

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

type PartyIdentification195Choice

type PartyIdentification195Choice struct {
	AnyBIC  AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 AnyBIC"`
	PrtryId GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 PrtryId"`
	LEI     LEIIdentifier           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 LEI"`
}

type PartyIdentification215

type PartyIdentification215 struct {
	Nm Max350Text                   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 Nm"`
	Id PartyIdentification195Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 Id"`
}

type RejectedReason30Choice

type RejectedReason30Choice struct {
	Cd    RejectionReason52Code   `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 Cd"`
	Prtry GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 Prtry"`
}

type RejectedStatus29Choice

type RejectedStatus29Choice struct {
	NoSpcfdRsn NoReasonCode             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 NoSpcfdRsn"`
	Rsn        []RejectedStatusReason29 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 Rsn"`
}

type RejectedStatusReason29

type RejectedStatusReason29 struct {
	RsnCd       RejectedReason30Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 RsnCd"`
	AddtlRsnInf Max350Text             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 AddtlRsnInf,omitempty"`
}

type RejectionReason52Code

type RejectionReason52Code string

May be one of IDRI, IDRJ, SVNO

type ResponseProcessingStatus1Choice

type ResponseProcessingStatus1Choice struct {
	Accptd AcceptedStatus1        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 Accptd"`
	Rjctd  RejectedStatus29Choice `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 Rjctd"`
}

type SecurityIdentification19

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

type ShareholderIdentificationDisclosureResponseStatusAdviceV01

type ShareholderIdentificationDisclosureResponseStatusAdviceV01 struct {
	DsclsrRspnId     Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 DsclsrRspnId"`
	IssrDsclsrReqRef DisclosureRequestIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 IssrDsclsrReqRef"`
	RspndgIntrmy     PartyIdentification215           `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 RspndgIntrmy"`
	RspnRcptnSts     ResponseProcessingStatus1Choice  `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 RspnRcptnSts"`
	SplmtryData      []SupplementaryData1             `xml:"urn:iso:std:iso:20022:tech:xsd:seev.049.001.01 SplmtryData,omitempty"`
}

type SupplementaryData1

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

type SupplementaryDataEnvelope1

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

Jump to

Keyboard shortcuts

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