Documentation ¶
Index ¶
- type ActiveCurrencyAndAmount
- type ActiveCurrencyCode
- type AnyBICIdentifier
- type CollateralAccount2
- type CollateralAccountIdentificationType2Choice
- type CollateralAccountType1Code
- type CountryCode
- type DateAndDateTimeChoice
- type Dispute1
- type DisputeNotification1
- type DisputeNotification1Choice
- type DisputeResolutionType1Choice
- type DisputeResolutionType1Code
- type DisputeResolutionType2Choice
- type DisputeResolutionType2Code
- type Document
- type Exact4AlphaNumericText
- type ExposureType5Code
- type GenericIdentification30
- type GenericIdentification36
- type ISODate
- type ISODateTime
- type MarginCallDisputeNotificationV04
- type Max16Text
- type Max350Text
- type Max35Text
- type Max70Text
- type NameAndAddress6
- type Obligation4
- type PartyIdentification100Choice
- type PostalAddress2
- type SegregatedIndependentAmountDispute1
- type SupplementaryData1
- type SupplementaryDataEnvelope1
- type VariationMarginDispute1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveCurrencyAndAmount ¶
type ActiveCurrencyAndAmount struct { Value float64 `xml:",chardata"` Ccy ActiveCurrencyCode `xml:"Ccy,attr"` }
type AnyBICIdentifier ¶
type AnyBICIdentifier string
Must match the pattern [A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}
type CollateralAccount2 ¶
type CollateralAccount2 struct { Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Id"` Tp CollateralAccountIdentificationType2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Tp,omitempty"` Nm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Nm,omitempty"` }
type CollateralAccountIdentificationType2Choice ¶
type CollateralAccountIdentificationType2Choice struct { Tp CollateralAccountType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Tp,omitempty"` Prtry GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Prtry,omitempty"` }
type CollateralAccountType1Code ¶
type CollateralAccountType1Code string
May be one of HOUS, CLIE, LIPR, MGIN, DFLT
type DateAndDateTimeChoice ¶
type DateAndDateTimeChoice struct { Dt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Dt,omitempty"` DtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 DtTm,omitempty"` }
type Dispute1 ¶
type Dispute1 struct { MrgnCallReqId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 MrgnCallReqId"` DsptdAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 DsptdAmt"` DsptDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 DsptDt"` }
type DisputeNotification1 ¶
type DisputeNotification1 struct { VartnMrgnDspt VariationMarginDispute1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 VartnMrgnDspt"` SgrtdIndpdntAmtDspt SegregatedIndependentAmountDispute1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 SgrtdIndpdntAmtDspt,omitempty"` }
type DisputeNotification1Choice ¶
type DisputeNotification1Choice struct { DsptNtfctnDtls DisputeNotification1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 DsptNtfctnDtls,omitempty"` SgrtdIndpdntAmtDsptDtls SegregatedIndependentAmountDispute1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 SgrtdIndpdntAmtDsptDtls,omitempty"` }
type DisputeResolutionType1Choice ¶
type DisputeResolutionType1Choice struct { Cd DisputeResolutionType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Cd,omitempty"` PrtryId GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 PrtryId,omitempty"` }
type DisputeResolutionType1Code ¶
type DisputeResolutionType1Code string
May be one of RECO, RMTA, RERO, REVF, RESA
type DisputeResolutionType2Choice ¶
type DisputeResolutionType2Choice struct { Cd DisputeResolutionType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Cd,omitempty"` PrtryId GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 PrtryId,omitempty"` }
type DisputeResolutionType2Code ¶
type DisputeResolutionType2Code string
May be one of RECO, REEX, RETH, RMTA, RERO, REVF, RNIA
type Document ¶
type Document struct {
MrgnCallDsptNtfctn MarginCallDisputeNotificationV04 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 MrgnCallDsptNtfctn"`
}
type Exact4AlphaNumericText ¶
type Exact4AlphaNumericText string
Must match the pattern [a-zA-Z0-9]{4}
type ExposureType5Code ¶
type ExposureType5Code string
May be one of BFWD, PAYM, CCPC, COMM, CRDS, CRTL, CRSP, CCIR, CRPR, EQUI, EQPT, EQUS, EXTD, EXPT, FIXI, FORX, FORW, FUTR, OPTN, LIQU, OTCD, REPO, RVPO, SLOA, SBSC, SCRP, SLEB, SHSL, SCIR, SCIE, SWPT, TBAS, TRBD, TRCP
type GenericIdentification30 ¶
type GenericIdentification30 struct { Id Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Id"` Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Issr"` SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 SchmeNm,omitempty"` }
type GenericIdentification36 ¶
type ISODateTime ¶
func (ISODateTime) MarshalText ¶
func (t ISODateTime) MarshalText() ([]byte, error)
func (*ISODateTime) UnmarshalText ¶
func (t *ISODateTime) UnmarshalText(text []byte) error
type MarginCallDisputeNotificationV04 ¶
type MarginCallDisputeNotificationV04 struct { TxId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 TxId"` Oblgtn Obligation4 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Oblgtn"` DsptNtfctn DisputeNotification1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 DsptNtfctn"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 SplmtryData,omitempty"` }
type NameAndAddress6 ¶
type NameAndAddress6 struct { Nm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Nm"` Adr PostalAddress2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Adr"` }
type Obligation4 ¶
type Obligation4 struct { PtyA PartyIdentification100Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 PtyA"` SvcgPtyA PartyIdentification100Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 SvcgPtyA,omitempty"` PtyB PartyIdentification100Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 PtyB"` SvcgPtyB PartyIdentification100Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 SvcgPtyB,omitempty"` CollAcctId CollateralAccount2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 CollAcctId,omitempty"` XpsrTp ExposureType5Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 XpsrTp,omitempty"` ValtnDt DateAndDateTimeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 ValtnDt"` }
type PartyIdentification100Choice ¶
type PartyIdentification100Choice struct { AnyBIC AnyBICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 AnyBIC,omitempty"` PrtryId GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 PrtryId,omitempty"` NmAndAdr NameAndAddress6 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 NmAndAdr,omitempty"` }
type PostalAddress2 ¶
type PostalAddress2 struct { StrtNm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 StrtNm,omitempty"` PstCdId Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 PstCdId"` TwnNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 TwnNm"` CtrySubDvsn Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 CtrySubDvsn,omitempty"` Ctry CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Ctry"` }
type SegregatedIndependentAmountDispute1 ¶
type SegregatedIndependentAmountDispute1 struct { DsptDtls Dispute1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 DsptDtls"` DsptRsltnTp1Chc []DisputeResolutionType1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 DsptRsltnTp1Chc,omitempty"` }
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
type VariationMarginDispute1 ¶
type VariationMarginDispute1 struct { DsptDtls Dispute1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 DsptDtls"` RsltnTpDtls []DisputeResolutionType2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.009.001.04 RsltnTpDtls,omitempty"` }
Click to show internal directories.
Click to hide internal directories.