Documentation ¶
Index ¶
- type AgreementType1Choice
- type AnyBICDec2014Identifier
- type Document
- type ExternalAgreementType1Code
- type ISORestrictedYear
- type LEIIdentifier
- type MasterAgreement1
- type Max350Text
- type Max35Text
- type Max50Text
- type Max52Text
- type OrganisationIdentification9Choice
- type SecuritiesFinancingReportingMissingCollateralRequestV01
- type SupplementaryData1
- type SupplementaryDataEnvelope1
- type TradeTransactionIdentification6
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgreementType1Choice ¶
type AgreementType1Choice struct { Tp ExternalAgreementType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 Tp"` Prtry Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 Prtry"` }
type AnyBICDec2014Identifier ¶
type AnyBICDec2014Identifier 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 Document ¶
type Document struct {
SctiesFincgRptgMssngCollReq SecuritiesFinancingReportingMissingCollateralRequestV01 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 SctiesFincgRptgMssngCollReq"`
}
type ExternalAgreementType1Code ¶
type ExternalAgreementType1Code string
Must be at least 1 items long
type ISORestrictedYear ¶
func (ISORestrictedYear) MarshalText ¶
func (t ISORestrictedYear) MarshalText() ([]byte, error)
func (*ISORestrictedYear) UnmarshalText ¶
func (t *ISORestrictedYear) UnmarshalText(text []byte) error
type MasterAgreement1 ¶
type MasterAgreement1 struct { Tp AgreementType1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 Tp"` Vrsn ISORestrictedYear `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 Vrsn,omitempty"` OthrMstrAgrmtDtls Max50Text `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 OthrMstrAgrmtDtls,omitempty"` }
type OrganisationIdentification9Choice ¶
type OrganisationIdentification9Choice struct { LEI LEIIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 LEI"` ClntId Max50Text `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 ClntId"` AnyBIC AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 AnyBIC"` }
type SecuritiesFinancingReportingMissingCollateralRequestV01 ¶
type SecuritiesFinancingReportingMissingCollateralRequestV01 struct { TxId []TradeTransactionIdentification6 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 TxId"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 SplmtryData,omitempty"` }
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
type TradeTransactionIdentification6 ¶
type TradeTransactionIdentification6 struct { RptgCtrPty OrganisationIdentification9Choice `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 RptgCtrPty"` OthrCtrPty OrganisationIdentification9Choice `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 OthrCtrPty"` UnqTradIdr Max52Text `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 UnqTradIdr,omitempty"` MstrAgrmt MasterAgreement1 `xml:"urn:iso:std:iso:20022:tech:xsd:auth.083.001.01 MstrAgrmt,omitempty"` }
Click to show internal directories.
Click to hide internal directories.