Documentation ¶
Index ¶
- type ActiveCurrencyAndAmount
- type ActiveCurrencyCode
- type AggregatedIndependentAmount1
- type Agreement4
- type AgreementFramework1Choice
- type AgreementFramework1Code
- type AnyBICIdentifier
- type Collateral1
- type CollateralAccount2
- type CollateralAccountIdentificationType2Choice
- type CollateralAccountType1Code
- type CollateralBalance1Choice
- type CollateralMovement9
- type CollateralType1Code
- type CountryCode
- type DateAndDateTimeChoice
- type Document
- type Exact4AlphaNumericText
- type ExpectedCollateral2
- type ExpectedCollateral2Choice
- type ExpectedCollateralMovement2
- type ExposureConventionType1Code
- type ExposureType5Code
- type GenericIdentification30
- type GenericIdentification36
- type ISODate
- type ISODateTime
- type IndependentAmount1
- type IndependentAmount2
- type IndependentAmountConventionType1Code
- type Margin1
- type MarginCall1
- type MarginCall2
- type MarginCallRequestV04
- type MarginCallResult2
- type MarginCallResult2Choice
- type MarginCallResult3
- type MarginCollateral1
- type MarginRequirement1
- type MarginRequirement1Choice
- type MarginTerms1Choice
- type Max140Text
- type Max16Text
- type Max210Text
- type Max350Text
- type Max35Text
- type Max70Text
- type NameAndAddress6
- type Obligation4
- type PartyIdentification100Choice
- type PostalAddress2
- type Requirement1
- type Result1
- type RoundingMethod1Code
- type SegregatedIndependentAmountMargin1
- type SupplementaryData1
- type SupplementaryDataEnvelope1
- type ThresholdType1Code
- type VariationMargin1
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 AggregatedIndependentAmount1 ¶
type AggregatedIndependentAmount1 struct { Trad IndependentAmount1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Trad,omitempty"` ValAtRsk IndependentAmount1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 ValAtRsk,omitempty"` NetOpnPos IndependentAmount1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 NetOpnPos,omitempty"` OthrAmt []IndependentAmount2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 OthrAmt,omitempty"` }
type Agreement4 ¶
type Agreement4 struct { AgrmtDtls Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 AgrmtDtls"` AgrmtId Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 AgrmtId,omitempty"` AgrmtDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 AgrmtDt"` BaseCcy ActiveCurrencyCode `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 BaseCcy"` AgrmtFrmwk AgreementFramework1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 AgrmtFrmwk,omitempty"` }
type AgreementFramework1Choice ¶
type AgreementFramework1Choice struct { AgrmtFrmwk AgreementFramework1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 AgrmtFrmwk"` PrtryId GenericIdentification30 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 PrtryId"` }
type AgreementFramework1Code ¶
type AgreementFramework1Code string
May be one of FBAA, BBAA, DERV, ISDA, NONR
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 Collateral1 ¶
type Collateral1 struct { VartnMrgn MarginCollateral1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 VartnMrgn"` SgrtdIndpdntAmt MarginCollateral1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SgrtdIndpdntAmt,omitempty"` }
type CollateralAccount2 ¶
type CollateralAccount2 struct { Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Id"` Tp CollateralAccountIdentificationType2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Tp,omitempty"` Nm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Nm,omitempty"` }
type CollateralAccountIdentificationType2Choice ¶
type CollateralAccountIdentificationType2Choice struct { Tp CollateralAccountType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Tp,omitempty"` Prtry GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Prtry"` }
type CollateralAccountType1Code ¶
type CollateralAccountType1Code string
May be one of HOUS, CLIE, LIPR, MGIN, DFLT
type CollateralBalance1Choice ¶
type CollateralBalance1Choice struct { TtlColl ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 TtlColl"` CollDtls Collateral1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 CollDtls"` SgrtdIndpdntAmt MarginCollateral1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SgrtdIndpdntAmt"` }
type CollateralMovement9 ¶
type CollateralMovement9 struct { CollTp CollateralType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 CollTp"` Dt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Dt,omitempty"` }
type DateAndDateTimeChoice ¶
type DateAndDateTimeChoice struct { Dt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Dt"` DtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 DtTm"` }
type Document ¶
type Document struct {
MrgnCallReq MarginCallRequestV04 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnCallReq"`
}
type Exact4AlphaNumericText ¶
type Exact4AlphaNumericText string
Must match the pattern [a-zA-Z0-9]{4}
type ExpectedCollateral2 ¶
type ExpectedCollateral2 struct { VartnMrgn ExpectedCollateralMovement2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 VartnMrgn"` SgrtdIndpdntAmt ExpectedCollateralMovement2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SgrtdIndpdntAmt,omitempty"` }
type ExpectedCollateral2Choice ¶
type ExpectedCollateral2Choice struct { XpctdCollDtls ExpectedCollateral2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 XpctdCollDtls"` SgrtdIndpdntAmt ExpectedCollateralMovement2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SgrtdIndpdntAmt"` }
type ExpectedCollateralMovement2 ¶
type ExpectedCollateralMovement2 struct { Dlvry []CollateralMovement9 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Dlvry,omitempty"` Rtr []CollateralMovement9 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Rtr,omitempty"` }
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.003.001.04 Id"` Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Issr"` SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.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 IndependentAmount1 ¶
type IndependentAmount1 struct { Amt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Amt"` Cnvntn IndependentAmountConventionType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Cnvntn"` }
type IndependentAmount2 ¶
type IndependentAmount2 struct { Desc Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Desc,omitempty"` Amt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Amt"` Cnvntn IndependentAmountConventionType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Cnvntn"` }
type IndependentAmountConventionType1Code ¶
type IndependentAmountConventionType1Code string
May be one of NBTR, NATR, SEGR
type Margin1 ¶
type Margin1 struct { VartnMrgn VariationMargin1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 VartnMrgn"` SgrtdIndpdntAmtMrgn SegregatedIndependentAmountMargin1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SgrtdIndpdntAmtMrgn,omitempty"` }
type MarginCall1 ¶
type MarginCall1 struct { XpsdAmtPtyA ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 XpsdAmtPtyA,omitempty"` XpsdAmtPtyB ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 XpsdAmtPtyB,omitempty"` XpsrCnvntn ExposureConventionType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 XpsrCnvntn,omitempty"` IndpdntAmtPtyA AggregatedIndependentAmount1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 IndpdntAmtPtyA,omitempty"` IndpdntAmtPtyB AggregatedIndependentAmount1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 IndpdntAmtPtyB,omitempty"` MrgnTerms MarginTerms1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnTerms,omitempty"` CollBal CollateralBalance1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 CollBal,omitempty"` }
type MarginCall2 ¶
type MarginCall2 struct { CollAcctId CollateralAccount2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 CollAcctId,omitempty"` MrgnCallRslt MarginCallResult3 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnCallRslt"` MrgnDtlDueToA MarginCall1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnDtlDueToA,omitempty"` MrgnDtlDueToB MarginCall1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnDtlDueToB,omitempty"` RqrmntDtlsDueToA MarginRequirement1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 RqrmntDtlsDueToA,omitempty"` RqrmntDtlsDueToB MarginRequirement1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 RqrmntDtlsDueToB,omitempty"` XpctdCollDueToA ExpectedCollateral2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 XpctdCollDueToA,omitempty"` XpctdCollDueToB ExpectedCollateral2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 XpctdCollDueToB,omitempty"` }
type MarginCallRequestV04 ¶
type MarginCallRequestV04 struct { TxId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 TxId"` Oblgtn Obligation4 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Oblgtn"` Agrmt Agreement4 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Agrmt,omitempty"` MrgnCallRslt MarginCallResult3 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnCallRslt"` MrgnDtlsDueToA MarginCall1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnDtlsDueToA,omitempty"` MrgnDtlsDueToB MarginCall1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnDtlsDueToB,omitempty"` RqrmntDtlsDueToA MarginRequirement1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 RqrmntDtlsDueToA,omitempty"` RqrmntDtlsDueToB MarginRequirement1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 RqrmntDtlsDueToB,omitempty"` XpctdCollDueToA ExpectedCollateral2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 XpctdCollDueToA,omitempty"` XpctdCollDueToB ExpectedCollateral2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 XpctdCollDueToB,omitempty"` MrgnCallDtls []MarginCall2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnCallDtls,omitempty"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SplmtryData,omitempty"` }
type MarginCallResult2 ¶
type MarginCallResult2Choice ¶
type MarginCallResult2Choice struct { MrgnCallRsltDtls MarginCallResult2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnCallRsltDtls"` MrgnCallAmt Result1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnCallAmt"` SgrtdIndpdntAmt Result1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SgrtdIndpdntAmt"` }
type MarginCallResult3 ¶
type MarginCallResult3 struct { DfltFndAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 DfltFndAmt,omitempty"` MrgnCallRslt MarginCallResult2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnCallRslt"` }
type MarginCollateral1 ¶
type MarginCollateral1 struct { HeldByPtyA ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 HeldByPtyA,omitempty"` HeldByPtyB ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 HeldByPtyB,omitempty"` PrrAgrdToPtyA ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 PrrAgrdToPtyA,omitempty"` PrrAgrdToPtyB ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 PrrAgrdToPtyB,omitempty"` InTrnstToPtyA ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 InTrnstToPtyA,omitempty"` InTrnstToPtyB ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 InTrnstToPtyB,omitempty"` }
type MarginRequirement1 ¶
type MarginRequirement1 struct { DlvrMrgnAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 DlvrMrgnAmt,omitempty"` RtrMrgnAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 RtrMrgnAmt,omitempty"` }
type MarginRequirement1Choice ¶
type MarginRequirement1Choice struct { MrgnRqrmnt Requirement1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnRqrmnt"` SgrtdIndpdntAmtRqrmnt MarginRequirement1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SgrtdIndpdntAmtRqrmnt"` }
type MarginTerms1Choice ¶
type MarginTerms1Choice struct { MrgnDtls Margin1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MrgnDtls"` SgrtdIndpdntAmtMrgn SegregatedIndependentAmountMargin1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SgrtdIndpdntAmtMrgn"` }
type NameAndAddress6 ¶
type NameAndAddress6 struct { Nm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Nm"` Adr PostalAddress2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Adr"` }
type Obligation4 ¶
type Obligation4 struct { PtyA PartyIdentification100Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 PtyA"` SvcgPtyA PartyIdentification100Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SvcgPtyA,omitempty"` PtyB PartyIdentification100Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 PtyB"` SvcgPtyB PartyIdentification100Choice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SvcgPtyB,omitempty"` CollAcctId CollateralAccount2 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 CollAcctId,omitempty"` XpsrTp ExposureType5Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 XpsrTp,omitempty"` ValtnDt DateAndDateTimeChoice `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 ValtnDt"` }
type PartyIdentification100Choice ¶
type PartyIdentification100Choice struct { AnyBIC AnyBICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 AnyBIC"` PrtryId GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 PrtryId"` NmAndAdr NameAndAddress6 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 NmAndAdr"` }
type PostalAddress2 ¶
type PostalAddress2 struct { StrtNm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 StrtNm,omitempty"` PstCdId Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 PstCdId"` TwnNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 TwnNm"` CtrySubDvsn Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 CtrySubDvsn,omitempty"` Ctry CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Ctry"` }
type Requirement1 ¶
type Requirement1 struct { VartnMrgnRqrmnt MarginRequirement1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 VartnMrgnRqrmnt"` SgrtdIndpdntAmtRqrmnt MarginRequirement1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 SgrtdIndpdntAmtRqrmnt,omitempty"` }
type Result1 ¶
type Result1 struct { DueToPtyA ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 DueToPtyA,omitempty"` DueToPtyB ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 DueToPtyB,omitempty"` AddtlInf Max210Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 AddtlInf,omitempty"` }
type SegregatedIndependentAmountMargin1 ¶
type SegregatedIndependentAmountMargin1 struct { MinTrfAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MinTrfAmt"` RndgAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 RndgAmt,omitempty"` RndgMtd RoundingMethod1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 RndgMtd,omitempty"` }
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
type VariationMargin1 ¶
type VariationMargin1 struct { ThrshldAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 ThrshldAmt"` ThrshldTp ThresholdType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 ThrshldTp,omitempty"` MinTrfAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 MinTrfAmt"` RndgAmt ActiveCurrencyAndAmount `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 RndgAmt"` RndgMtd RoundingMethod1Code `xml:"urn:iso:std:iso:20022:tech:xsd:colr.003.001.04 RndgMtd"` }
Click to show internal directories.
Click to hide internal directories.