sese_022_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 AcknowledgedAcceptedStatus1Choice

type AcknowledgedAcceptedStatus1Choice struct {
	NoSpcfdRsn NoReasonCode             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 NoSpcfdRsn"`
	Rsn        []AcknowledgementReason1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Rsn,omitempty"`
}

type AcknowledgementReason1

type AcknowledgementReason1 struct {
	Cd          AcknowledgementReason1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Cd"`
	AddtlRsnInf Max210Text                   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 AddtlRsnInf,omitempty"`
}

type AcknowledgementReason1Choice

type AcknowledgementReason1Choice struct {
	Cd    AcknowledgementReason3Code `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Cd"`
	Prtry GenericIdentification20    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Prtry"`
}

type AcknowledgementReason3Code

type AcknowledgementReason3Code string

May be one of ADEA, SMPG, OTHR

type AddressType2Code

type AddressType2Code string

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

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 CopyDuplicate1Code

type CopyDuplicate1Code string

May be one of CODU, COPY, DUPL

type CountryCode

type CountryCode string

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

type DateAndDateTimeChoice

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

type Document

type Document struct {
	SctiesStsOrStmtQryStsAdvc SecuritiesStatusOrStatementQueryStatusAdviceV01 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 SctiesStsOrStmtQryStsAdvc"`
}

type DocumentIdentification11

type DocumentIdentification11 struct {
	Id       Max35Text             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Id"`
	CreDtTm  DateAndDateTimeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 CreDtTm,omitempty"`
	CpyDplct CopyDuplicate1Code    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 CpyDplct,omitempty"`
}

type DocumentNumber1

type DocumentNumber1 struct {
	Nb DocumentNumber1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Nb"`
}

type DocumentNumber1Choice

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

type DocumentNumber2

type DocumentNumber2 struct {
	Nb   DocumentNumber1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Nb"`
	Refs []Identification2     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Refs"`
}

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 Extension2

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

type ExtensionEnvelope1

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

type GenericIdentification19

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

type GenericIdentification20

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

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 Identification1

type Identification1 struct {
	Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Id"`
}

type Identification2

type Identification2 struct {
	AcctOwnrTxId      Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 AcctOwnrTxId"`
	AcctSvcrTxId      Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 AcctSvcrTxId,omitempty"`
	MktInfrstrctrTxId Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 MktInfrstrctrTxId,omitempty"`
	CmonId            Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 CmonId,omitempty"`
	TradId            []Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 TradId,omitempty"`
	MstrId            Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 MstrId,omitempty"`
	BsktId            Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 BsktId,omitempty"`
	IndxId            Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 IndxId,omitempty"`
	ListId            Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 ListId,omitempty"`
	PrgmId            Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 PrgmId,omitempty"`
	PoolId            Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 PoolId,omitempty"`
	CorpActnEvtId     Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 CorpActnEvtId,omitempty"`
}

type Max16Text

type Max16Text string

Must be at least 1 items long

type Max210Text

type Max210Text string

Must be at least 1 items long

type Max350Text

type Max350Text string

Must be at least 1 items long

type Max35Text

type Max35Text string

Must be at least 1 items long

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:sese.022.001.01 Nm"`
	Adr PostalAddress1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Adr,omitempty"`
}

type NoReasonCode

type NoReasonCode string

May be one of NORE

type PartyIdentification10Choice

type PartyIdentification10Choice struct {
	BICOrBEI AnyBICIdentifier        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 BICOrBEI"`
	PrtryId  GenericIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 PrtryId"`
	NmAndAdr NameAndAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 NmAndAdr"`
}

type PartyIdentification13Choice

type PartyIdentification13Choice struct {
	BICOrBEI AnyBICIdentifier        `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 BICOrBEI"`
	PrtryId  GenericIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 PrtryId"`
}

type PostalAddress1

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

type ProcessingStatus4Choice

type ProcessingStatus4Choice struct {
	AckdAccptd AcknowledgedAcceptedStatus1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 AckdAccptd"`
	Rjctd      RejectionOrRepairStatus5Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Rjctd"`
	Prtry      ProprietaryStatusAndReason1       `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Prtry"`
}

type ProprietaryReason1

type ProprietaryReason1 struct {
	Rsn         GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Rsn,omitempty"`
	AddtlRsnInf Max210Text              `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 AddtlRsnInf,omitempty"`
}

type ProprietaryStatusAndReason1

type ProprietaryStatusAndReason1 struct {
	PrtrySts GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 PrtrySts"`
	PrtryRsn []ProprietaryReason1    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 PrtryRsn,omitempty"`
}

type RejectionAndRepairReason2Choice

type RejectionAndRepairReason2Choice struct {
	Cd    RejectionReason24Code   `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Cd"`
	Prtry GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Prtry"`
}

type RejectionOrRepairReason2

type RejectionOrRepairReason2 struct {
	Cd          RejectionAndRepairReason2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Cd"`
	AddtlRsnInf Max210Text                      `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 AddtlRsnInf,omitempty"`
}

type RejectionOrRepairStatus5Choice

type RejectionOrRepairStatus5Choice struct {
	NoSpcfdRsn NoReasonCode               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 NoSpcfdRsn"`
	Rsn        []RejectionOrRepairReason2 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Rsn,omitempty"`
}

type RejectionReason24Code

type RejectionReason24Code string

May be one of SAFE, DSEC, LATE, REFE, ADEA, OTHR, MISM

type SecuritiesAccount13

type SecuritiesAccount13 struct {
	Id Max35Text               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Id"`
	Tp GenericIdentification20 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Tp,omitempty"`
	Nm Max70Text               `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Nm,omitempty"`
}

type SecuritiesStatusOrStatementQueryStatusAdviceV01

type SecuritiesStatusOrStatementQueryStatusAdviceV01 struct {
	Id            DocumentIdentification11    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Id"`
	QryRef        Identification1             `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 QryRef"`
	AcctOwnr      PartyIdentification13Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 AcctOwnr,omitempty"`
	SfkpgAcct     SecuritiesAccount13         `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 SfkpgAcct,omitempty"`
	StsOrStmtReqd StatusOrStatement1Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 StsOrStmtReqd,omitempty"`
	PrcgSts       ProcessingStatus4Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 PrcgSts"`
	MsgOrgtr      PartyIdentification10Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 MsgOrgtr,omitempty"`
	MsgRcpt       PartyIdentification10Choice `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 MsgRcpt,omitempty"`
	Xtnsn         []Extension2                `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Xtnsn,omitempty"`
}

type StatusOrStatement1Choice

type StatusOrStatement1Choice struct {
	StsAdvc DocumentNumber2 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 StsAdvc"`
	Stmt    DocumentNumber1 `xml:"urn:iso:std:iso:20022:tech:xsd:sese.022.001.01 Stmt"`
}

Jump to

Keyboard shortcuts

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