iso20022_auth_049_001_02

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 CountryCode

type CountryCode string

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

type CountryCodeAndName3

type CountryCodeAndName3 struct {
	Cd CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Cd"`
	Nm Max70Text   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Nm"`
}

type Document

type Document struct {
	FinInstrmRptgMktIdCdRpt FinancialInstrumentReportingMarketIdentificationCodeReportV02 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 FinInstrmRptgMktIdCdRpt"`
}

type FinancialInstrumentReportingMarketIdentificationCodeReportV02

type FinancialInstrumentReportingMarketIdentificationCodeReportV02 struct {
	MktId       []MarketIdentification95 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 MktId"`
	SplmtryData []SupplementaryData1     `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 SplmtryData,omitempty"`
}

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 MICEntityType1Code

type MICEntityType1Code string

May be one of APPA, CTPS, MLTF, OTFS, RMKT, SINT

type MICIdentifier

type MICIdentifier string

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

type MarketIdentification1Code

type MarketIdentification1Code string

May be one of SGMT, OPRT

type MarketIdentification95

type MarketIdentification95 struct {
	Oprg        MICIdentifier             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Oprg"`
	Sgmt        MICIdentifier             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Sgmt"`
	Tp          MarketIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Tp"`
	Ctgy        MICEntityType1Code        `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Ctgy,omitempty"`
	InstnNm     Max450Text                `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 InstnNm"`
	Acrnm       Max35Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Acrnm,omitempty"`
	City        Max35Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 City,omitempty"`
	Ctry        CountryCodeAndName3       `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Ctry"`
	AuthrtyNm   Max450Text                `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 AuthrtyNm,omitempty"`
	WebSite     Max210Text                `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 WebSite,omitempty"`
	Note        Max450Text                `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Note,omitempty"`
	Mod         Modification1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Mod,omitempty"`
	CreDt       ISODate                   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 CreDt,omitempty"`
	VldtyPrd    Period4Choice             `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 VldtyPrd"`
	StsDt       ISODate                   `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 StsDt,omitempty"`
	LastUpdtdDt ISODateTime               `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 LastUpdtdDt,omitempty"`
}

type Max210Text

type Max210Text string

May be no more than 210 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 Max450Text

type Max450Text string

May be no more than 450 items long

type Max70Text

type Max70Text string

May be no more than 70 items long

type Modification1Code

type Modification1Code string

May be one of NOCH, MODI, DELE, ADDD

type Period2

type Period2 struct {
	FrDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 FrDt"`
	ToDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 ToDt"`
}

type Period4Choice

type Period4Choice struct {
	Dt       ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 Dt,omitempty"`
	FrDt     ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 FrDt,omitempty"`
	ToDt     ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 ToDt,omitempty"`
	FrDtToDt Period2 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.049.001.02 FrDtToDt,omitempty"`
}

type SupplementaryData1

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