iso20022_camt_017_001_05

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 ActiveOrHistoricCurrencyCode

type ActiveOrHistoricCurrencyCode string

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

type CurrencyExchange20

type CurrencyExchange20 struct {
	XchgRate float64                         `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 XchgRate"`
	QtdCcy   ActiveOrHistoricCurrencyCode    `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 QtdCcy"`
	QtnDt    ISODateTime                     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 QtnDt"`
	LwLmt    ExchangeRateOrPercentage1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 LwLmt,omitempty"`
	HghLmt   ExchangeRateOrPercentage1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 HghLmt,omitempty"`
}

type CurrencyExchangeReport4

type CurrencyExchangeReport4 struct {
	CcyRef       CurrencySourceTarget1            `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 CcyRef"`
	CcyXchgOrErr ExchangeRateReportOrError4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 CcyXchgOrErr"`
}

type CurrencySourceTarget1

type CurrencySourceTarget1 struct {
	SrcCcy  ActiveOrHistoricCurrencyCode `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 SrcCcy"`
	TrgtCcy ActiveOrHistoricCurrencyCode `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 TrgtCcy"`
}

type Document

type Document struct {
	RtrCcyXchgRate ReturnCurrencyExchangeRateV05 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 RtrCcyXchgRate"`
}

type ErrorHandling1Choice

type ErrorHandling1Choice struct {
	Cd    ErrorHandling1Code   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 Cd,omitempty"`
	Prtry Max4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 Prtry,omitempty"`
}

type ErrorHandling1Code

type ErrorHandling1Code string

May be one of X020, X030, X050

type ErrorHandling3

type ErrorHandling3 struct {
	Err  ErrorHandling1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 Err"`
	Desc Max140Text           `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 Desc,omitempty"`
}

type ExchangeRateOrPercentage1Choice

type ExchangeRateOrPercentage1Choice struct {
	Rate float64 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 Rate,omitempty"`
	Pctg float64 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 Pctg,omitempty"`
}

type ExchangeRateReportOrError3Choice

type ExchangeRateReportOrError3Choice struct {
	CcyXchgRpt []CurrencyExchangeReport4 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 CcyXchgRpt,omitempty"`
	OprlErr    []ErrorHandling3          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 OprlErr,omitempty"`
}

type ExchangeRateReportOrError4Choice

type ExchangeRateReportOrError4Choice struct {
	BizErr  []ErrorHandling3   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 BizErr,omitempty"`
	CcyXchg CurrencyExchange20 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 CcyXchg,omitempty"`
}

type ExternalEnquiryRequestType1Code

type ExternalEnquiryRequestType1Code string

May be no more than 4 items long

type ExternalPaymentControlRequestType1Code

type ExternalPaymentControlRequestType1Code string

May be no more than 4 items long

type GenericIdentification1

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

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 Max140Text

type Max140Text string

May be no more than 140 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 Max4AlphaNumericText

type Max4AlphaNumericText string

Must match the pattern [a-zA-Z0-9]{1,4}

type MessageHeader7

type MessageHeader7 struct {
	MsgId       Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 MsgId"`
	CreDtTm     ISODateTime            `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 CreDtTm,omitempty"`
	ReqTp       RequestType4Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 ReqTp,omitempty"`
	OrgnlBizQry OriginalBusinessQuery1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 OrgnlBizQry,omitempty"`
	QryNm       Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 QryNm,omitempty"`
}

type OriginalBusinessQuery1

type OriginalBusinessQuery1 struct {
	MsgId   Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 MsgId"`
	MsgNmId Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 MsgNmId,omitempty"`
	CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 CreDtTm,omitempty"`
}

type RequestType4Choice

type RequestType4Choice struct {
	PmtCtrl ExternalPaymentControlRequestType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 PmtCtrl,omitempty"`
	Enqry   ExternalEnquiryRequestType1Code        `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 Enqry,omitempty"`
	Prtry   GenericIdentification1                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 Prtry,omitempty"`
}

type ReturnCurrencyExchangeRateV05

type ReturnCurrencyExchangeRateV05 struct {
	MsgHdr      MessageHeader7                   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 MsgHdr"`
	RptOrErr    ExchangeRateReportOrError3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 RptOrErr"`
	SplmtryData []SupplementaryData1             `xml:"urn:iso:std:iso:20022:tech:xsd:camt.017.001.05 SplmtryData,omitempty"`
}

type SupplementaryData1

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