iso20022_catm_006_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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Algorithm11Code

type Algorithm11Code string

May be one of HS25, HS38, HS51, HS01

type Algorithm16Code

type Algorithm16Code string

May be one of HS25, HS38, HS51, HS01, SH31, SH32, SH33, SH35, SHK1, SHK2

type Algorithm17Code

type Algorithm17Code string

May be one of MACC, MCCS, CMA1, MCC1, CMA9, CMA5, CMA2, CM31, CM32, CM33, MCS3, CCA1, CCA2, CCA3

type Algorithm24Code

type Algorithm24Code string

May be one of EA2C, E3DC, DKP9, UKPT, UKA2, EA9C, EA5C, DA12, DA19, DA25, N108, EA5R, EA9R, EA2R, E3DR, E36C, E36R, SD5C, UKA1, UKA3

type Algorithm25Code

type Algorithm25Code string

May be one of ERS2, ERS1, RPSS, ERS3, ED32, ED33, ED35, ED23, ED25, ES22, ES32, ES33, ES35, ES23, ES25, ED22

type Algorithm7Code

type Algorithm7Code string

May be one of ERSA, RSAO

type Algorithm8Code

type Algorithm8Code string

May be one of MGF1

type AlgorithmIdentification12

type AlgorithmIdentification12 struct {
	Algo  Algorithm8Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Algo"`
	Param Parameter5     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Param,omitempty"`
}

type AlgorithmIdentification18

type AlgorithmIdentification18 struct {
	Algo  Algorithm8Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Algo"`
	Param Parameter9     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Param,omitempty"`
}

type AlgorithmIdentification19

type AlgorithmIdentification19 struct {
	Algo  Algorithm7Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Algo"`
	Param Parameter10    `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Param,omitempty"`
}

type AlgorithmIdentification21

type AlgorithmIdentification21 struct {
	Algo Algorithm16Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Algo"`
}

type AlgorithmIdentification22

type AlgorithmIdentification22 struct {
	Algo  Algorithm17Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Algo"`
	Param Parameter7      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Param,omitempty"`
}

type AlgorithmIdentification29

type AlgorithmIdentification29 struct {
	Algo  Algorithm24Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Algo"`
	Param Parameter12     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Param,omitempty"`
}

type AlgorithmIdentification30

type AlgorithmIdentification30 struct {
	Algo  Algorithm25Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Algo"`
	Param Parameter15     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Param,omitempty"`
}

type AttributeType1Code

type AttributeType1Code string

May be one of CNAT, LATT, OATT, OUAT, CATT

type AuthenticatedData7

type AuthenticatedData7 struct {
	Vrsn        float64                   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Vrsn,omitempty"`
	Rcpt        []Recipient10Choice       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Rcpt"`
	MACAlgo     AlgorithmIdentification22 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 MACAlgo"`
	NcpsltdCntt EncapsulatedContent3      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 NcpsltdCntt"`
	MAC         Max140Binary              `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 MAC"`
}

type BytePadding1Code

type BytePadding1Code string

May be one of LNGT, NUL8, NULG, NULL, RAND

type CertificateIssuer1

type CertificateIssuer1 struct {
	RltvDstngshdNm []RelativeDistinguishedName1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 RltvDstngshdNm"`
}

type ContentInformationType25

type ContentInformationType25 struct {
	CnttTp       ContentType2Code   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 CnttTp"`
	AuthntcdData AuthenticatedData7 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 AuthntcdData,omitempty"`
	SgndData     SignedData6        `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SgndData,omitempty"`
}

type ContentInformationType26

type ContentInformationType26 struct {
	CnttTp       ContentType2Code   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 CnttTp"`
	EnvlpdData   EnvelopedData8     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 EnvlpdData,omitempty"`
	AuthntcdData AuthenticatedData7 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 AuthntcdData,omitempty"`
	SgndData     SignedData6        `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SgndData,omitempty"`
	DgstdData    DigestedData5      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DgstdData,omitempty"`
}

type ContentType2Code

type ContentType2Code string

May be one of DATA, SIGN, EVLP, DGST, AUTH

type DataSetCategory16Code

type DataSetCategory16Code string

May be one of ACQP, APPR, APSB, KDWL, KMGT, RPRT, SWPK, TMSP, MRPR, TRPR, CRTF, SACP, SAPR, LOGF, RPFL, CONF, SPRP

type DigestedData5

type DigestedData5 struct {
	Vrsn        float64                   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Vrsn,omitempty"`
	DgstAlgo    AlgorithmIdentification21 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DgstAlgo"`
	NcpsltdCntt EncapsulatedContent3      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 NcpsltdCntt"`
	Dgst        Max140Binary              `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Dgst"`
}

type Document

type Document struct {
	MntncDlgtnRspn MaintenanceDelegationResponseV05 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 MntncDlgtnRspn"`
}

type EncapsulatedContent3

type EncapsulatedContent3 struct {
	CnttTp ContentType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 CnttTp"`
	Cntt   Max100KBinary    `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Cntt,omitempty"`
}

type EncryptedContent6

type EncryptedContent6 struct {
	CnttTp         ContentType2Code          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 CnttTp"`
	CnttNcrptnAlgo AlgorithmIdentification29 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 CnttNcrptnAlgo,omitempty"`
	NcrptdData     Max100KBinary             `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 NcrptdData"`
}

type EncryptionFormat2Code

type EncryptionFormat2Code string

May be one of TR31, TR34, I238

type EnvelopedData8

type EnvelopedData8 struct {
	Vrsn       float64                `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Vrsn,omitempty"`
	OrgtrInf   OriginatorInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 OrgtrInf,omitempty"`
	Rcpt       []Recipient10Choice    `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Rcpt"`
	NcrptdCntt EncryptedContent6      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 NcrptdCntt,omitempty"`
}

type GenericIdentification176

type GenericIdentification176 struct {
	Id     Max35Text         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Id"`
	Tp     PartyType33Code   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Tp,omitempty"`
	Issr   PartyType33Code   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Issr,omitempty"`
	Ctry   Min2Max3AlphaText `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Ctry,omitempty"`
	ShrtNm Max35Text         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 ShrtNm,omitempty"`
}

type GenericIdentification177

type GenericIdentification177 struct {
	Id       Max35Text          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Id"`
	Tp       PartyType33Code    `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Tp,omitempty"`
	Issr     PartyType33Code    `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Issr,omitempty"`
	Ctry     Min2Max3AlphaText  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Ctry,omitempty"`
	ShrtNm   Max35Text          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 ShrtNm,omitempty"`
	RmotAccs NetworkParameters7 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 RmotAccs,omitempty"`
	Glctn    Geolocation1       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Glctn,omitempty"`
}

type GenericInformation1

type GenericInformation1 struct {
	Nm  Max70Text  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Nm"`
	Val Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Val,omitempty"`
}

type Geolocation1

type Geolocation1 struct {
	GeogcCordints GeolocationGeographicCoordinates1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 GeogcCordints,omitempty"`
	UTMCordints   GeolocationUTMCoordinates1        `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 UTMCordints,omitempty"`
}

type GeolocationGeographicCoordinates1

type GeolocationGeographicCoordinates1 struct {
	Lat  Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Lat"`
	Long Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Long"`
}

type GeolocationUTMCoordinates1

type GeolocationUTMCoordinates1 struct {
	UTMZone    Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 UTMZone"`
	UTMEstwrd  Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 UTMEstwrd"`
	UTMNrthwrd Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 UTMNrthwrd"`
}

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 IssuerAndSerialNumber2

type IssuerAndSerialNumber2 struct {
	Issr  CertificateIssuer1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Issr"`
	SrlNb Max500Binary       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SrlNb"`
}

type KEK7

type KEK7 struct {
	Vrsn          float64                   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Vrsn,omitempty"`
	KEKId         KEKIdentifier2            `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 KEKId"`
	KeyNcrptnAlgo AlgorithmIdentification29 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 KeyNcrptnAlgo"`
	NcrptdKey     Max500Binary              `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 NcrptdKey"`
}

type KEKIdentifier2

type KEKIdentifier2 struct {
	KeyId     Max140Text      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 KeyId"`
	KeyVrsn   Max140Text      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 KeyVrsn"`
	SeqNb     float64         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SeqNb,omitempty"`
	DerivtnId Min5Max16Binary `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DerivtnId,omitempty"`
}

type KeyTransport7

type KeyTransport7 struct {
	Vrsn          float64                   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Vrsn,omitempty"`
	RcptId        Recipient9Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 RcptId"`
	KeyNcrptnAlgo AlgorithmIdentification19 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 KeyNcrptnAlgo"`
	NcrptdKey     Max5000Binary             `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 NcrptdKey"`
}

type MaintenanceDelegation12

type MaintenanceDelegation12 struct {
	MntncSvc         []DataSetCategory16Code                 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 MntncSvc"`
	Rspn             Response2Code                           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Rspn"`
	RspnRsn          Max35Text                               `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 RspnRsn,omitempty"`
	DlgtnTp          TerminalManagementAction3Code           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DlgtnTp"`
	POISubset        []Max35Text                             `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 POISubset,omitempty"`
	DlgtnScpId       Max35Text                               `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DlgtnScpId,omitempty"`
	DlgtnScpDef      Max3000Binary                           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DlgtnScpDef,omitempty"`
	DlgtnProof       Max5000Binary                           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DlgtnProof,omitempty"`
	PrtctdDlgtnProof ContentInformationType26                `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 PrtctdDlgtnProof,omitempty"`
	POIIdAssoctn     []MaintenanceIdentificationAssociation1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 POIIdAssoctn,omitempty"`
}

type MaintenanceDelegationResponse5

type MaintenanceDelegationResponse5 struct {
	TMId      GenericIdentification176  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 TMId"`
	MstrTMId  GenericIdentification176  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 MstrTMId,omitempty"`
	DlgtnRspn []MaintenanceDelegation12 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DlgtnRspn"`
}

type MaintenanceDelegationResponseV05

type MaintenanceDelegationResponseV05 struct {
	Hdr            TMSHeader1                     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Hdr"`
	MntncDlgtnRspn MaintenanceDelegationResponse5 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 MntncDlgtnRspn"`
	SctyTrlr       ContentInformationType25       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SctyTrlr,omitempty"`
}

type MaintenanceIdentificationAssociation1

type MaintenanceIdentificationAssociation1 struct {
	MstrTMId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 MstrTMId"`
	TMId     Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 TMId"`
}

type Max100KBinary

type Max100KBinary []byte

func (Max100KBinary) MarshalText

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

func (*Max100KBinary) UnmarshalText

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

type Max10KBinary

type Max10KBinary []byte

func (Max10KBinary) MarshalText

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

func (*Max10KBinary) UnmarshalText

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

type Max140Binary

type Max140Binary []byte

func (Max140Binary) MarshalText

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

func (*Max140Binary) UnmarshalText

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

type Max140Text

type Max140Text string

May be no more than 140 items long

type Max3000Binary

type Max3000Binary []byte

func (Max3000Binary) MarshalText

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

func (*Max3000Binary) UnmarshalText

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

type Max35Binary

type Max35Binary []byte

func (Max35Binary) MarshalText

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

func (*Max35Binary) UnmarshalText

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

type Max35Text

type Max35Text string

May be no more than 35 items long

type Max5000Binary

type Max5000Binary []byte

func (Max5000Binary) MarshalText

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

func (*Max5000Binary) UnmarshalText

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

type Max500Binary

type Max500Binary []byte

func (Max500Binary) MarshalText

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

func (*Max500Binary) UnmarshalText

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

type Max500Text

type Max500Text string

May be no more than 500 items long

type Max6Text

type Max6Text string

May be no more than 6 items long

type Max70Text

type Max70Text string

May be no more than 70 items long

type Min2Max3AlphaText

type Min2Max3AlphaText string

Must match the pattern [a-zA-Z]{2,3}

type Min5Max16Binary

type Min5Max16Binary []byte

func (Min5Max16Binary) MarshalText

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

func (*Min5Max16Binary) UnmarshalText

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

type NetworkParameters7

type NetworkParameters7 struct {
	Adr        []NetworkParameters9 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Adr"`
	UsrNm      Max35Text            `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 UsrNm,omitempty"`
	AccsCd     Max35Binary          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 AccsCd,omitempty"`
	SvrCert    []Max10KBinary       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SvrCert,omitempty"`
	SvrCertIdr []Max140Binary       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SvrCertIdr,omitempty"`
	ClntCert   []Max10KBinary       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 ClntCert,omitempty"`
	SctyPrfl   Max35Text            `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SctyPrfl,omitempty"`
}

type NetworkParameters9

type NetworkParameters9 struct {
	NtwkTp NetworkType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 NtwkTp"`
	AdrVal Max500Text       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 AdrVal"`
}

type NetworkType1Code

type NetworkType1Code string

May be one of IPNW, PSTN

type OriginatorInformation1

type OriginatorInformation1 struct {
	Cert []Max5000Binary `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Cert,omitempty"`
}

type Parameter10

type Parameter10 struct {
	NcrptnFrmt   EncryptionFormat2Code     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 NcrptnFrmt,omitempty"`
	DgstAlgo     Algorithm16Code           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DgstAlgo,omitempty"`
	MskGnrtrAlgo AlgorithmIdentification18 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 MskGnrtrAlgo,omitempty"`
}

type Parameter12

type Parameter12 struct {
	NcrptnFrmt   EncryptionFormat2Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 NcrptnFrmt,omitempty"`
	InitlstnVctr Max500Binary          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 InitlstnVctr,omitempty"`
	BPddg        BytePadding1Code      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 BPddg,omitempty"`
}

type Parameter15

type Parameter15 struct {
	DgstAlgo     Algorithm16Code           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DgstAlgo,omitempty"`
	MskGnrtrAlgo AlgorithmIdentification12 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 MskGnrtrAlgo,omitempty"`
	SaltLngth    float64                   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SaltLngth,omitempty"`
	TrlrFld      float64                   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 TrlrFld,omitempty"`
	OIDCrvNm     Max140Text                `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 OIDCrvNm,omitempty"`
}

type Parameter5

type Parameter5 struct {
	DgstAlgo Algorithm11Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DgstAlgo,omitempty"`
}

type Parameter7

type Parameter7 struct {
	InitlstnVctr Max500Binary     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 InitlstnVctr,omitempty"`
	BPddg        BytePadding1Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 BPddg,omitempty"`
}

type Parameter9

type Parameter9 struct {
	DgstAlgo Algorithm16Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DgstAlgo,omitempty"`
}

type PartyType33Code

type PartyType33Code string

May be one of OPOI, MERC, ACCP, ITAG, ACQR, CISS, DLIS, MTMG, TAXH, TMGT

type Recipient10Choice

type Recipient10Choice struct {
	KeyTrnsprt KeyTransport7  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 KeyTrnsprt,omitempty"`
	KEK        KEK7           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 KEK,omitempty"`
	KeyIdr     KEKIdentifier2 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 KeyIdr,omitempty"`
}

type Recipient9Choice

type Recipient9Choice struct {
	IssrAndSrlNb IssuerAndSerialNumber2 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 IssrAndSrlNb,omitempty"`
	KeyIdr       KEKIdentifier2         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 KeyIdr,omitempty"`
}

type RelativeDistinguishedName1

type RelativeDistinguishedName1 struct {
	AttrTp  AttributeType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 AttrTp"`
	AttrVal Max140Text         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 AttrVal"`
}

type Response2Code

type Response2Code string

May be one of APPR, DECL

type SignedData6

type SignedData6 struct {
	Vrsn        float64                     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Vrsn,omitempty"`
	DgstAlgo    []AlgorithmIdentification21 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DgstAlgo,omitempty"`
	NcpsltdCntt EncapsulatedContent3        `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 NcpsltdCntt,omitempty"`
	Cert        []Max5000Binary             `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Cert,omitempty"`
	Sgnr        []Signer5                   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Sgnr,omitempty"`
}

type Signer5

type Signer5 struct {
	Vrsn        float64                   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Vrsn,omitempty"`
	SgnrId      Recipient9Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SgnrId,omitempty"`
	DgstAlgo    AlgorithmIdentification21 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DgstAlgo"`
	SgndAttrbts []GenericInformation1     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SgndAttrbts,omitempty"`
	SgntrAlgo   AlgorithmIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 SgntrAlgo"`
	Sgntr       Max3000Binary             `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Sgntr"`
}

type TMSHeader1

type TMSHeader1 struct {
	DwnldTrf bool                     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 DwnldTrf"`
	FrmtVrsn Max6Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 FrmtVrsn"`
	XchgId   float64                  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 XchgId"`
	CreDtTm  ISODateTime              `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 CreDtTm"`
	InitgPty GenericIdentification176 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 InitgPty"`
	RcptPty  GenericIdentification177 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 RcptPty,omitempty"`
	Tracblt  []Traceability8          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 Tracblt,omitempty"`
}

type TerminalManagementAction3Code

type TerminalManagementAction3Code string

May be one of CREA, DELT, UPDT

type Traceability8

type Traceability8 struct {
	RlayId      GenericIdentification177 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 RlayId"`
	PrtcolNm    Max35Text                `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 PrtcolNm,omitempty"`
	PrtcolVrsn  Max6Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 PrtcolVrsn,omitempty"`
	TracDtTmIn  ISODateTime              `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 TracDtTmIn"`
	TracDtTmOut ISODateTime              `xml:"urn:iso:std:iso:20022:tech:xsd:catm.006.001.05 TracDtTmOut"`
}

Jump to

Keyboard shortcuts

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