iso20022_reda_034_001_01

package
v0.0.0-...-2e988c5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2022 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 AuditTrail1

type AuditTrail1 struct {
	FldNm     Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 FldNm"`
	OdFldVal  Max350Text  `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 OdFldVal"`
	NewFldVal Max350Text  `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 NewFldVal"`
	OprTmStmp ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 OprTmStmp"`
	InstgUsr  Max256Text  `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 InstgUsr"`
	ApprvgUsr Max256Text  `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 ApprvgUsr,omitempty"`
}

type AuditTrailOrBusinessError6Choice

type AuditTrailOrBusinessError6Choice struct {
	AudtTrl []AuditTrail1    `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 AudtTrl,omitempty"`
	BizErr  []ErrorHandling5 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 BizErr,omitempty"`
}

type DatePeriod2

type DatePeriod2 struct {
	FrDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 FrDt"`
	ToDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 ToDt"`
}

type DatePeriodSearch1Choice

type DatePeriodSearch1Choice struct {
	FrDt   ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 FrDt,omitempty"`
	ToDt   ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 ToDt,omitempty"`
	FrToDt DatePeriod2 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 FrToDt,omitempty"`
	EQDt   ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 EQDt,omitempty"`
	NEQDt  ISODate     `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 NEQDt,omitempty"`
}

type Document

type Document struct {
	SctiesAudtTrlRpt SecuritiesAuditTrailReportV01 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 SctiesAudtTrlRpt"`
}

type ErrorHandling3Choice

type ErrorHandling3Choice struct {
	Cd    ExternalSystemErrorHandling1Code `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 Cd,omitempty"`
	Prtry Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 Prtry,omitempty"`
}

type ErrorHandling5

type ErrorHandling5 struct {
	Err  ErrorHandling3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 Err"`
	Desc Max140Text           `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 Desc,omitempty"`
}

type ExternalFinancialInstrumentIdentificationType1Code

type ExternalFinancialInstrumentIdentificationType1Code string

May be no more than 4 items long

type ExternalSystemErrorHandling1Code

type ExternalSystemErrorHandling1Code string

May be no more than 4 items long

type ISIN2021Identifier

type ISIN2021Identifier 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:reda.034.001.01 Cd,omitempty"`
	Prtry Max35Text                                          `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 Prtry,omitempty"`
}

type Max140Text

type Max140Text string

May be no more than 140 items long

type Max16Text

type Max16Text string

May be no more than 16 items long

type Max256Text

type Max256Text string

May be no more than 256 items long

type Max350Text

type Max350Text string

May be no more than 350 items long

type Max35Text

type Max35Text string

May be no more than 35 items long

type MessageHeader12

type MessageHeader12 struct {
	MsgId         Max35Text                    `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 MsgId"`
	CreDtTm       ISODateTime                  `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 CreDtTm,omitempty"`
	OrgnlBizInstr OriginalBusinessInstruction1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 OrgnlBizInstr,omitempty"`
}

type OriginalBusinessInstruction1

type OriginalBusinessInstruction1 struct {
	MsgId   Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 MsgId"`
	MsgNmId Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 MsgNmId,omitempty"`
	CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 CreDtTm,omitempty"`
}

type OtherIdentification1

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

type SecuritiesAuditTrailOrOperationalError4Choice

type SecuritiesAuditTrailOrOperationalError4Choice struct {
	SctiesAudtTrlRpt []SecuritiesAuditTrailReport4 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 SctiesAudtTrlRpt,omitempty"`
	OprlErr          []ErrorHandling5              `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 OprlErr,omitempty"`
}

type SecuritiesAuditTrailReport4

type SecuritiesAuditTrailReport4 struct {
	SctiesAudtTrlOrErr AuditTrailOrBusinessError6Choice `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 SctiesAudtTrlOrErr"`
	DtPrd              DatePeriodSearch1Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 DtPrd,omitempty"`
	FinInstrmId        SecurityIdentification39         `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 FinInstrmId"`
}

type SecuritiesAuditTrailReportV01

type SecuritiesAuditTrailReportV01 struct {
	MsgHdr      MessageHeader12                               `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 MsgHdr,omitempty"`
	RptOrErr    SecuritiesAuditTrailOrOperationalError4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 RptOrErr"`
	SplmtryData []SupplementaryData1                          `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 SplmtryData,omitempty"`
}

type SecurityIdentification39

type SecurityIdentification39 struct {
	ISIN   ISIN2021Identifier     `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 ISIN,omitempty"`
	OthrId []OtherIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 OthrId,omitempty"`
	Desc   Max140Text             `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 Desc,omitempty"`
}

type SupplementaryData1

type SupplementaryData1 struct {
	PlcAndNm Max350Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.001.01 PlcAndNm,omitempty"`
	Envlp    SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:reda.034.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