iso20022_camt_013_001_04

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 BICFIDec2014Identifier

type BICFIDec2014Identifier string

Must match the pattern [A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}

type ClearingSystemIdentification2Choice

type ClearingSystemIdentification2Choice struct {
	Cd    ExternalClearingSystemIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Cd,omitempty"`
	Prtry Max35Text                                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Prtry,omitempty"`
}

type ClearingSystemMemberIdentification2

type ClearingSystemMemberIdentification2 struct {
	ClrSysId ClearingSystemIdentification2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 ClrSysId,omitempty"`
	MmbId    Max35Text                           `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MmbId"`
}

type Document

type Document struct {
	GetMmb GetMemberV04 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 GetMmb"`
}

type ExternalClearingSystemIdentification1Code

type ExternalClearingSystemIdentification1Code string

May be no more than 5 items long

type ExternalEnquiryRequestType1Code

type ExternalEnquiryRequestType1Code string

May be no more than 4 items long

type ExternalFinancialInstitutionIdentification1Code

type ExternalFinancialInstitutionIdentification1Code string

May be no more than 4 items long

type ExternalPaymentControlRequestType1Code

type ExternalPaymentControlRequestType1Code string

May be no more than 4 items long

type ExternalSystemMemberType1Code

type ExternalSystemMemberType1Code string

May be no more than 4 items long

type FinancialIdentificationSchemeName1Choice

type FinancialIdentificationSchemeName1Choice struct {
	Cd    ExternalFinancialInstitutionIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Cd,omitempty"`
	Prtry Max35Text                                       `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Prtry,omitempty"`
}

type GenericFinancialIdentification1

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

type GenericIdentification1

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

type GetMemberV04

type GetMemberV04 struct {
	MsgHdr      MessageHeader9         `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MsgHdr"`
	MmbQryDef   MemberQueryDefinition4 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MmbQryDef,omitempty"`
	SplmtryData []SupplementaryData1   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 SplmtryData,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 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 MemberCriteria4

type MemberCriteria4 struct {
	NewQryNm Max35Text               `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 NewQryNm,omitempty"`
	SchCrit  []MemberSearchCriteria4 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 SchCrit,omitempty"`
	RtrCrit  MemberReturnCriteria1   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 RtrCrit,omitempty"`
}

type MemberCriteriaDefinition2Choice

type MemberCriteriaDefinition2Choice struct {
	QryNm   Max35Text       `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 QryNm,omitempty"`
	NewCrit MemberCriteria4 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 NewCrit,omitempty"`
}

type MemberIdentification3Choice

type MemberIdentification3Choice struct {
	BICFI       BICFIDec2014Identifier              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 BICFI,omitempty"`
	ClrSysMmbId ClearingSystemMemberIdentification2 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 ClrSysMmbId,omitempty"`
	Othr        GenericFinancialIdentification1     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Othr,omitempty"`
}

type MemberQueryDefinition4

type MemberQueryDefinition4 struct {
	QryTp   QueryType2Code                  `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 QryTp,omitempty"`
	MmbCrit MemberCriteriaDefinition2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MmbCrit,omitempty"`
}

type MemberReturnCriteria1

type MemberReturnCriteria1 struct {
	NmInd        bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 NmInd,omitempty"`
	MmbRtrAdrInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MmbRtrAdrInd,omitempty"`
	AcctInd      bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 AcctInd,omitempty"`
	TpInd        bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 TpInd,omitempty"`
	StsInd       bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 StsInd,omitempty"`
	CtctRefInd   bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 CtctRefInd,omitempty"`
	ComAdrInd    bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 ComAdrInd,omitempty"`
}

type MemberSearchCriteria4

type MemberSearchCriteria4 struct {
	Id  []MemberIdentification3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Id,omitempty"`
	Tp  []SystemMemberType1Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Tp,omitempty"`
	Sts []SystemMemberStatus1Choice   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Sts,omitempty"`
}

type MemberStatus1Code

type MemberStatus1Code string

May be one of ENBL, DSBL, DLTD, JOIN

type MessageHeader9

type MessageHeader9 struct {
	MsgId   Max35Text          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MsgId"`
	CreDtTm ISODateTime        `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 CreDtTm,omitempty"`
	ReqTp   RequestType4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 ReqTp,omitempty"`
}

type QueryType2Code

type QueryType2Code string

May be one of ALLL, CHNG, MODF, DELD

type RequestType4Choice

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

type SupplementaryData1

type SupplementaryData1 struct {
	PlcAndNm Max350Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 PlcAndNm,omitempty"`
	Envlp    SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Envlp"`
}

type SupplementaryDataEnvelope1

type SupplementaryDataEnvelope1 struct {
	Item string `xml:",any"`
}

type SystemMemberStatus1Choice

type SystemMemberStatus1Choice struct {
	Cd    MemberStatus1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Cd,omitempty"`
	Prtry Max35Text         `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Prtry,omitempty"`
}

type SystemMemberType1Choice

type SystemMemberType1Choice struct {
	Cd    ExternalSystemMemberType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Cd,omitempty"`
	Prtry Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Prtry,omitempty"`
}

Jump to

Keyboard shortcuts

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