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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ATMCommand1

type ATMCommand1 struct {
	Tp        ATMCommand1Code             `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Tp"`
	Urgcy     TMSContactLevel2Code        `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Urgcy"`
	DtTm      ISODateTime                 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 DtTm,omitempty"`
	CmdId     ATMCommandIdentification1   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 CmdId,omitempty"`
	CmdParams ATMCommandParameters1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 CmdParams,omitempty"`
}

ATMCommand1

Maintenance command to perform on an ATM.

type ATMCommand1Code

type ATMCommand1Code string

May be one of ABAL, ASTS, CFGT, CCNT, DISC, SNDM

type ATMCommandIdentification1

type ATMCommandIdentification1 struct {
	Orgn Max35Text  `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Orgn,omitempty"`
	Ref  Max35Text  `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Ref,omitempty"`
	Prcr Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Prcr,omitempty"`
}

ATMCommandIdentification1

Identification of the entity issuing the command.

type ATMCommandParameters1Choice

type ATMCommandParameters1Choice struct {
	ATMReqrdGblSts  ATMStatus1Code             `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 ATMReqrdGblSts"`
	XpctdMsgFctn    MessageFunction8Code       `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 XpctdMsgFctn"`
	ReqrdCfgtnParam ATMConfigurationParameter1 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 ReqrdCfgtnParam"`
}

ATMCommandParameters1Choice

Specific parameters attached to an ATM command.

type ATMConfigurationParameter1

type ATMConfigurationParameter1 struct {
	Tp   DataSetCategory7Code `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Tp"`
	Vrsn Max35Text            `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Vrsn"`
}

ATMConfigurationParameter1

Configuration parameter version of the ATM.

type ATMContext2

type ATMContext2 struct {
	SsnRef Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 SsnRef,omitempty"`
	Svc    ATMService2 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Svc,omitempty"`
}

ATMContext2

Context in which the transaction is performed.

type ATMMessageFunction1

type ATMMessageFunction1 struct {
	Fctn     MessageFunction7Code `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Fctn"`
	ATMSvcCd Max35Text            `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 ATMSvcCd,omitempty"`
	HstSvcCd Max35Text            `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 HstSvcCd,omitempty"`
}

ATMMessageFunction1

Identifies the type of process related to an ATM message.

type ATMService2

type ATMService2 struct {
	SvcRef   Max35Text           `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 SvcRef,omitempty"`
	ATMSvcCd Max35Text           `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 ATMSvcCd,omitempty"`
	HstSvcCd Max35Text           `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 HstSvcCd,omitempty"`
	SvcTp    ATMServiceType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 SvcTp"`
}

ATMService2

Withdrawal service provided by the ATM inside the session.

type ATMServiceType1Code

type ATMServiceType1Code string

May be one of CHSN, PATH, PRFL, STDR, SPRV

type ATMStatus1Code

type ATMStatus1Code string

May be one of INSV, OUTS

type ATMTransaction4

type ATMTransaction4 struct {
	TxId        TransactionIdentifier1 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 TxId"`
	Rspn        Response4Code          `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Rspn"`
	RspnRsn     ResultDetail2Code      `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 RspnRsn,omitempty"`
	ICCRltdData Max10000Binary         `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 ICCRltdData,omitempty"`
	Cmd         []ATMCommand1          `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Cmd,omitempty"`
}

ATMTransaction4

Acknowledgement of a completion advice.

type ATMWithdrawalCompletionAcknowledgement1

type ATMWithdrawalCompletionAcknowledgement1 struct {
	ATM   AutomatedTellerMachine3 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 ATM"`
	Cntxt ATMContext2             `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Cntxt"`
	Tx    ATMTransaction4         `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Tx"`
}

ATMWithdrawalCompletionAcknowledgement1

Information related to the acknowledgement of an ATM withdrawal from the ATM manager.

type ATMWithdrawalCompletionAcknowledgementV01

type ATMWithdrawalCompletionAcknowledgementV01 struct {
	Hdr                     Header21                                `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Hdr"`
	PrtctdATMWdrwlCmpltnAck ContentInformationType10                `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 PrtctdATMWdrwlCmpltnAck,omitempty"`
	ATMWdrwlCmpltnAck       ATMWithdrawalCompletionAcknowledgement1 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 ATMWdrwlCmpltnAck,omitempty"`
	SctyTrlr                ContentInformationType15                `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 SctyTrlr,omitempty"`
}

ATMWithdrawalCompletionAcknowledgementV01

The ATMWithdrawalCompletionAcknowledgement message is sent by an acquirer or its agent to an ATM to acknowledge the receipt of an ATMWithdrawalCompletionAdvice message.

type Algorithm11Code

type Algorithm11Code string

May be one of HS25, HS38, HS51, HS01

type Algorithm12Code

type Algorithm12Code string

May be one of MACC, MCCS, CMA1, MCC1, CMA9, CMA5

type Algorithm13Code

type Algorithm13Code string

May be one of EA2C, E3DC, DKP9, UKPT, UKA1, EA9C, EA5C

type Algorithm15Code

type Algorithm15Code string

May be one of EA2C, E3DC, EA9C, EA5C

type Algorithm7Code

type Algorithm7Code string

May be one of ERSA, RSAO

type Algorithm8Code

type Algorithm8Code string

May be one of MGF1

type AlgorithmIdentification11

type AlgorithmIdentification11 struct {
	Algo  Algorithm7Code `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Algo"`
	Param Parameter4     `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Param,omitempty"`
}

AlgorithmIdentification11

Cryptographic algorithms and parameters for the protection of transported keys by an asymmetric key.

type AlgorithmIdentification12

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

AlgorithmIdentification12

Mask generator function cryptographic algorithm and parameters.

type AlgorithmIdentification13

type AlgorithmIdentification13 struct {
	Algo  Algorithm13Code `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Algo"`
	Param Parameter6      `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Param,omitempty"`
}

AlgorithmIdentification13

Cryptographic algorithm and parameters for the protection of the transported key.

type AlgorithmIdentification14

type AlgorithmIdentification14 struct {
	Algo  Algorithm15Code `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Algo"`
	Param Parameter6      `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Param,omitempty"`
}

AlgorithmIdentification14

Cryptographic algorithm and parameters for encryptions with a symmetric cryptographic key.

type AlgorithmIdentification15

type AlgorithmIdentification15 struct {
	Algo  Algorithm12Code `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Algo"`
	Param Parameter7      `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Param,omitempty"`
}

AlgorithmIdentification15

Identification of a cryptographic algorithm and parameters for the MAC computation.

type AttributeType1Code

type AttributeType1Code string

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

type AuthenticatedData4

type AuthenticatedData4 struct {
	Vrsn        float64                   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Vrsn,omitempty"`
	Rcpt        []Recipient4Choice        `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Rcpt"`
	MACAlgo     AlgorithmIdentification15 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 MACAlgo"`
	NcpsltdCntt EncapsulatedContent3      `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 NcpsltdCntt"`
	MAC         Max140Binary              `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 MAC"`
}

AuthenticatedData4

Message authentication code (MAC), computed on the data to protect with an encryption key.

type AutomatedTellerMachine3

type AutomatedTellerMachine3 struct {
	Id      Max35Text       `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Id"`
	AddtlId Max35Text       `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 AddtlId,omitempty"`
	SeqNb   Max35Text       `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 SeqNb,omitempty"`
	Lctn    PostalAddress17 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Lctn,omitempty"`
}

AutomatedTellerMachine3

ATM information.

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:catp.004.001.01 RltvDstngshdNm"`
}

CertificateIssuer1

Certificate issuer name (see X.509).

type ContentInformationType10

type ContentInformationType10 struct {
	CnttTp     ContentType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 CnttTp"`
	EnvlpdData EnvelopedData4   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 EnvlpdData"`
}

ContentInformationType10

General cryptographic message syntax (CMS) containing encrypted data.

type ContentInformationType15

type ContentInformationType15 struct {
	CnttTp       ContentType2Code   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 CnttTp"`
	AuthntcdData AuthenticatedData4 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 AuthntcdData"`
}

ContentInformationType15

General cryptographic message syntax (CMS) containing authenticated data.

type ContentType2Code

type ContentType2Code string

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

type CountryCode

type CountryCode string

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

type DataSetCategory7Code

type DataSetCategory7Code string

May be one of ATMC, ATMP, APPR, CRAP, CPRC, OEXR, AMNT, LOCC, MNOC

type Document

type Document struct {
	ATMWdrwlCmpltnAck ATMWithdrawalCompletionAcknowledgementV01 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 ATMWdrwlCmpltnAck"`
}

type EncapsulatedContent3

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

EncapsulatedContent3

Data to authenticate.

type EncryptedContent3

type EncryptedContent3 struct {
	CnttTp         ContentType2Code          `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 CnttTp"`
	CnttNcrptnAlgo AlgorithmIdentification14 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 CnttNcrptnAlgo"`
	NcrptdData     Max100KBinary             `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 NcrptdData"`
}

EncryptedContent3

Encrypted data with an encryption key.

type EncryptionFormat1Code

type EncryptionFormat1Code string

May be one of TR31, TR34

type EnvelopedData4

type EnvelopedData4 struct {
	Vrsn       float64            `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Vrsn,omitempty"`
	Rcpt       []Recipient4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Rcpt"`
	NcrptdCntt EncryptedContent3  `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 NcrptdCntt,omitempty"`
}

EnvelopedData4

Encrypted data with encryption key.

type GenericIdentification77

type GenericIdentification77 struct {
	Id     Max35Text         `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Id"`
	Tp     PartyType12Code   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Tp"`
	Issr   PartyType12Code   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Issr,omitempty"`
	Ctry   Min2Max3AlphaText `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Ctry,omitempty"`
	ShrtNm Max35Text         `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 ShrtNm,omitempty"`
}

GenericIdentification77

Identification of an entity.

type GeographicCoordinates1

type GeographicCoordinates1 struct {
	Lat  Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Lat"`
	Long Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Long"`
}

GeographicCoordinates1

Location on the Earth specified by two numbers representing vertical and horizontal position.

type GeographicLocation1Choice

type GeographicLocation1Choice struct {
	GeogcCordints GeographicCoordinates1 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 GeogcCordints"`
	UTMCordints   UTMCoordinates1        `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 UTMCordints"`
}

GeographicLocation1Choice

Geographic location of the ATM specified by geographic coordinates or UTM coordinates.

type Header21

type Header21 struct {
	MsgFctn        ATMMessageFunction1 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 MsgFctn"`
	PrtcolVrsn     Max6Text            `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 PrtcolVrsn"`
	XchgId         Max3NumericText     `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 XchgId"`
	ReTrnsmssnCntr float64             `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 ReTrnsmssnCntr,omitempty"`
	CreDtTm        ISODateTime         `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 CreDtTm"`
	InitgPty       Max35Text           `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 InitgPty"`
	RcptPty        Max35Text           `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 RcptPty,omitempty"`
	PrcStat        Max35Text           `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 PrcStat,omitempty"`
	Tracblt        []Traceability4     `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Tracblt,omitempty"`
}

Header21

Information related to the protocol management on a segment of the path from the ATM to the acquirer.

type ISODateTime

type ISODateTime time.Time

ISODateTime

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format: 1) beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day 2) fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.

func (ISODateTime) MarshalText

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

func (*ISODateTime) UnmarshalText

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

type IssuerAndSerialNumber1

type IssuerAndSerialNumber1 struct {
	Issr  CertificateIssuer1 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Issr"`
	SrlNb Max35Binary        `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 SrlNb"`
}

IssuerAndSerialNumber1

Certificate issuer name and serial number (see X.509).

type KEK4

type KEK4 struct {
	Vrsn          float64                   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Vrsn,omitempty"`
	KEKId         KEKIdentifier2            `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 KEKId"`
	KeyNcrptnAlgo AlgorithmIdentification13 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 KeyNcrptnAlgo"`
	NcrptdKey     Max500Binary              `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 NcrptdKey"`
}

KEK4

Key encryption key (KEK), using previously distributed symmetric key.

type KEKIdentifier2

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

KEKIdentifier2

Identification of a key encryption key (KEK), using previously distributed symmetric key.

type KeyTransport4

type KeyTransport4 struct {
	Vrsn          float64                   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Vrsn,omitempty"`
	RcptId        Recipient5Choice          `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 RcptId"`
	KeyNcrptnAlgo AlgorithmIdentification11 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 KeyNcrptnAlgo"`
	NcrptdKey     Max5000Binary             `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 NcrptdKey"`
}

KeyTransport4

Key encryption key (KEK), encrypted with a previously distributed asymmetric public key.

type Max10000Binary

type Max10000Binary []byte

Max10000Binary

Specifies a binary string with a maximum length of 10000 binary bytes.

func (Max10000Binary) MarshalText

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

func (*Max10000Binary) UnmarshalText

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

type Max100KBinary

type Max100KBinary []byte

Max100KBinary

Binary data of 100K maximum.

func (Max100KBinary) MarshalText

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

func (*Max100KBinary) UnmarshalText

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

type Max140Binary

type Max140Binary []byte

Max140Binary

Specifies a binary string with a maximum length of 140 binary bytes.

func (Max140Binary) MarshalText

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

func (*Max140Binary) UnmarshalText

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

type Max140Text

type Max140Text string

Must be at least 1 items long

type Max16Text

type Max16Text string

Must be at least 1 items long

type Max35Binary

type Max35Binary []byte

Max35Binary

Specifies a binary string with a maximum length of 35 binary bytes.

func (Max35Binary) MarshalText

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

func (*Max35Binary) UnmarshalText

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

type Max35Text

type Max35Text string

Must be at least 1 items long

type Max3NumericText

type Max3NumericText string

Must match the pattern [0-9]{1,3}

type Max5000Binary

type Max5000Binary []byte

Max5000Binary

Specifies a binary string with a maximum length of 5000 binary bytes.

func (Max5000Binary) MarshalText

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

func (*Max5000Binary) UnmarshalText

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

type Max500Binary

type Max500Binary []byte

Max500Binary

Specifies a binary string with a maximum length of 500 binary bytes.

func (Max500Binary) MarshalText

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

func (*Max500Binary) UnmarshalText

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

type Max6Text

type Max6Text string

Must be at least 1 items long

type Max70Text

type Max70Text string

Must be at least 1 items long

type MessageFunction7Code

type MessageFunction7Code string

May be one of BALN, CMPA, CMPD, ACMD, DVCC, DIAQ, DIAP, GSTS, INQQ, INQP, KYAQ, KYAP, PINQ, PINP, RJAQ, RJAP, WITV, WITK, WITQ, WITP, INQC, H2AP, H2AQ, TMOP, CSEC, DSEC, SKSC, SSTS

type MessageFunction8Code

type MessageFunction8Code string

May be one of BALN, GSTS, DSEC, INQC, KEYQ, SSTS

type Min2Max3AlphaText

type Min2Max3AlphaText string

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

type Min5Max16Binary

type Min5Max16Binary []byte

Min5Max16Binary

Specifies a binary string with a minimum length of 5 bytes, and a maximum length of 16 bytes.

func (Min5Max16Binary) MarshalText

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

func (*Min5Max16Binary) UnmarshalText

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

type Parameter4

type Parameter4 struct {
	NcrptnFrmt   EncryptionFormat1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 NcrptnFrmt,omitempty"`
	DgstAlgo     Algorithm11Code           `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 DgstAlgo,omitempty"`
	MskGnrtrAlgo AlgorithmIdentification12 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 MskGnrtrAlgo,omitempty"`
}

Parameter4

Parameters of the asymmetric encryption algorithm.

type Parameter5

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

Parameter5

Parameters associated to a mask generator cryptographic function.

type Parameter6

type Parameter6 struct {
	NcrptnFrmt   EncryptionFormat1Code `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 NcrptnFrmt,omitempty"`
	InitlstnVctr Max500Binary          `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 InitlstnVctr,omitempty"`
	BPddg        BytePadding1Code      `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 BPddg,omitempty"`
}

Parameter6

Parameters associated to a cryptographic encryption algorithm.

type Parameter7

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

Parameter7

Parameters associated to the MAC algorithm.

type PartyType12Code

type PartyType12Code string

May be one of ACQR, ATMG, CISP, DLIS, HSTG, ITAG, OATM

type PostalAddress17

type PostalAddress17 struct {
	AdrLine     []Max70Text               `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 AdrLine,omitempty"`
	StrtNm      Max70Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 StrtNm,omitempty"`
	BldgNb      Max16Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 BldgNb,omitempty"`
	PstCd       Max16Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 PstCd,omitempty"`
	TwnNm       Max35Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 TwnNm"`
	CtrySubDvsn []Max35Text               `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 CtrySubDvsn,omitempty"`
	Ctry        CountryCode               `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 Ctry"`
	GLctn       GeographicLocation1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 GLctn,omitempty"`
}

PostalAddress17

Information that locates and identifies a specific address, as defined by postal services or in free format text.

type Recipient4Choice

type Recipient4Choice struct {
	KeyTrnsprt KeyTransport4  `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 KeyTrnsprt"`
	KEK        KEK4           `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 KEK"`
	KeyIdr     KEKIdentifier2 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 KeyIdr"`
}

Recipient4Choice

Transport key or key encryption key (KEK) for the recipient.

type Recipient5Choice

type Recipient5Choice struct {
	IssrAndSrlNb IssuerAndSerialNumber1 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 IssrAndSrlNb"`
	KeyIdr       KEKIdentifier2         `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 KeyIdr"`
}

Recipient5Choice

Identification of a cryptographic asymmetric key.

type RelativeDistinguishedName1

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

RelativeDistinguishedName1

Relative distinguished name defined by X.500 and X.509.

type Response4Code

type Response4Code string

May be one of APPR, DECL, PART

type ResultDetail2Code

type ResultDetail2Code string

May be one of ACTF, ACQS, AMLV, AMTA, AUTH, BANK, CRDR, CRDF, ACTC, CTVG, DBER, FEES, TXNL, AMTD, NMBD, CRDX, FDCL, FMTR, TXNG, FNDI, ACPI, AMTI, ADDI, BRHI, CHDI, CRDI, CTFV, AMTO, PINV, TKKO, SGNI, TKID, TXNV, DATI, ISSP, ISSF, ISSO, ISST, ISSU, KEYS, LBLA, CRDL, MACR, MACK, ICCM, PINN, CRDA, LBLU, PINA, NPRA, OFFL, ONLP, NPRC, TXNM, OTHR, BALO, SEQO, PINC, PIND, PINS, PINX, PINE, QMAX, RECD, CRDT, SECV, SRVU, SFWE, SPCC, CRDS, SRCH, CNTC, FRDS, SYSP, SYSM, TRMI, ACTT, TTLV, TXNU, TXND, ORGF, UNBO, UNBP, UNBC, CMKY, CRDU, SVSU, VNDR, VNDF, AMTW, NMBW, CRDW

type TMSContactLevel2Code

type TMSContactLevel2Code string

May be one of ASAP, CRIT, DTIM, ENCS

type Traceability4

type Traceability4 struct {
	RlayId      GenericIdentification77 `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 RlayId"`
	SeqNb       Max35Text               `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 SeqNb,omitempty"`
	TracDtTmIn  ISODateTime             `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 TracDtTmIn"`
	TracDtTmOut ISODateTime             `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 TracDtTmOut"`
}

Traceability4

Identification of partners involved in exchange from the ATM to the issuer, with the relative timestamp of their exchanges.

type TransactionIdentifier1

type TransactionIdentifier1 struct {
	TxDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 TxDtTm"`
	TxRef  Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 TxRef"`
}

TransactionIdentifier1

Identification of the transaction in an unambiguous way.

type UTMCoordinates1

type UTMCoordinates1 struct {
	UTMZone    Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 UTMZone"`
	UTMEstwrd  float64   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 UTMEstwrd"`
	UTMNrthwrd float64   `xml:"urn:iso:std:iso:20022:tech:xsd:catp.004.001.01 UTMNrthwrd"`
}

UTMCoordinates1

Location on the Earth specified by the Universal Transverse Mercator coordinate system, using the WGS84 geodesic system.

Jump to

Keyboard shortcuts

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