tsmt_015_001_03

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action2Code

type Action2Code string

May be one of SBTW, RSTW, RSBS, ARDM, ARCS, ARES, WAIT, UPDT, SBDS, ARBA, ARRO, CINR

type Addition2

type Addition2 struct {
	PropsdVal Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 PropsdVal,omitempty"`
}

type BICIdentification1

type BICIdentification1 struct {
	BIC BICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 BIC"`
}

type BICIdentifier

type BICIdentifier string

Must match the pattern [A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}

type BaselineStatus3Code

type BaselineStatus3Code string

May be one of PROP, CLSD, PMTC, ESTD, ACTV, COMP, AMRQ, RARQ, CLRQ, SCRQ, SERQ, DARQ

type ComparisonResult2

type ComparisonResult2 struct {
	ElmtSeqNb float64      `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 ElmtSeqNb"`
	ElmtPth   Max350Text   `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 ElmtPth"`
	ElmtNm    Max35Text    `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 ElmtNm"`
	Rplcmnt   Replacement2 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Rplcmnt"`
	Deltn     Deletion2    `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Deltn"`
	Addtn     Addition2    `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Addtn"`
}

type Count1

type Count1 struct {
	Nb float64 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Nb"`
}

type CountryCode

type CountryCode string

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

type Deletion2

type Deletion2 struct {
	DeltdVal Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 DeltdVal,omitempty"`
}

type DeltaReportV03

type DeltaReportV03 struct {
	RptId                  MessageIdentification1          `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 RptId"`
	TxId                   SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 TxId"`
	EstblishdBaselnId      DocumentIdentification3         `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 EstblishdBaselnId"`
	TxSts                  TransactionStatus4              `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 TxSts"`
	AmdmntNb               Count1                          `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 AmdmntNb"`
	UsrTxRef               []DocumentIdentification5       `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 UsrTxRef,omitempty"`
	Buyr                   PartyIdentification26           `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Buyr"`
	Sellr                  PartyIdentification26           `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Sellr"`
	BuyrBk                 BICIdentification1              `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 BuyrBk"`
	SellrBk                BICIdentification1              `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 SellrBk"`
	SubmitrPropsdBaselnRef DocumentIdentification1         `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 SubmitrPropsdBaselnRef"`
	UpdtdElmt              []ComparisonResult2             `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 UpdtdElmt"`
	ReqForActn             PendingActivity2                `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 ReqForActn,omitempty"`
}

type Document

type Document struct {
	DltaRpt DeltaReportV03 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 DltaRpt"`
}

type DocumentIdentification1

type DocumentIdentification1 struct {
	Id      Max35Text          `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Id"`
	Vrsn    float64            `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Vrsn"`
	Submitr BICIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Submitr"`
}

type DocumentIdentification3

type DocumentIdentification3 struct {
	Id   Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Id"`
	Vrsn float64   `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Vrsn"`
}

type DocumentIdentification5

type DocumentIdentification5 struct {
	Id     Max35Text          `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Id"`
	IdIssr BICIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 IdIssr"`
}

type GenericIdentification4

type GenericIdentification4 struct {
	Id   Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Id"`
	IdTp Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 IdTp"`
}

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

Must be at least 1 items long

type Max16Text

type Max16Text string

Must be at least 1 items long

type Max350Text

type Max350Text string

Must be at least 1 items long

type Max35Text

type Max35Text string

Must be at least 1 items long

type Max70Text

type Max70Text string

Must be at least 1 items long

type MessageIdentification1

type MessageIdentification1 struct {
	Id      Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Id"`
	CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 CreDtTm"`
}

type PartyIdentification26

type PartyIdentification26 struct {
	Nm      Max70Text              `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Nm"`
	PrtryId GenericIdentification4 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 PrtryId,omitempty"`
	PstlAdr PostalAddress5         `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 PstlAdr"`
}

type PendingActivity2

type PendingActivity2 struct {
	Tp   Action2Code `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Tp"`
	Desc Max140Text  `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Desc,omitempty"`
}

type PostalAddress5

type PostalAddress5 struct {
	StrtNm      Max70Text   `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 StrtNm,omitempty"`
	PstCdId     Max16Text   `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 PstCdId,omitempty"`
	TwnNm       Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 TwnNm,omitempty"`
	CtrySubDvsn Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 CtrySubDvsn,omitempty"`
	Ctry        CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Ctry"`
}

type Replacement2

type Replacement2 struct {
	CurVal    Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 CurVal"`
	PropsdVal Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 PropsdVal"`
}

type SimpleIdentificationInformation

type SimpleIdentificationInformation struct {
	Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Id"`
}

type TransactionStatus4

type TransactionStatus4 struct {
	Sts BaselineStatus3Code `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.015.001.03 Sts"`
}

Jump to

Keyboard shortcuts

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