<Document xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03">
  <CstmrCdtTrfInitn>
    <GrpHdr>
      <MsgId>{MessageId}</MsgId>
      <CreDtTm>{CreationDateTime}</CreDtTm>
      <NbOfTxs>1</NbOfTxs>
      <InitgPty />
    </GrpHdr>
    <PmtInf>
      <PmtInfId>1</PmtInfId>
      <PmtMtd>TRF</PmtMtd>
      <PmtTpInf>
        <LclInstrm>
          <Prtry>BWT2/XX</Prtry>
        </LclInstrm>
      </PmtTpInf>
      <ReqdExctnDt>{RequestedExecutionDate}</ReqdExctnDt>
      <Dbtr>
        <Nm>{DebtorName}</Nm>
      </Dbtr>
      <DbtrAcct>
        <Id>
          <Othr>
            <Id>{DebtorAccount}</Id>
          </Othr>
        </Id>
      </DbtrAcct>
      <DbtrAgt>
        <FinInstnId>
          <BIC>TPAYSKBX</BIC>
        </FinInstnId>
      </DbtrAgt>
      <CdtTrfTxInf>
        <PmtId>
          <EndToEndId>NOTPROVIDED</EndToEndId>
        </PmtId>
        <PmtTpInf>
          <LclInstrm>
            <Cd>010000</Cd>
          </LclInstrm>
        </PmtTpInf>
        <Amt>
          <InstdAmt Ccy="{Currency}">{Amount}</InstdAmt>
        </Amt>
        <IntrmyAgt1>
          <FinInstnId>
            <Nm>{CorrespondentBank}</Nm>
          </FinInstnId>
        </IntrmyAgt1>
        <CdtrAgt>
          <FinInstnId>
            <BIC>{CreditorBankBic}</BIC>
            <Nm>{CreditorBankName}</Nm>
            <PstlAdr>
              <TwnNm>{CreditorBankCity}</TwnNm>
              <Ctry>{CreditorBankCountry}</Ctry>
              <AdrLine>{CreditorBankAddress}</AdrLine>
            </PstlAdr>
          </FinInstnId>
        </CdtrAgt>
        <Cdtr>
          <Nm>{CreditorName}</Nm>
          <PstlAdr>
            <TwnNm>{CreditorCity}</TwnNm>
            <Ctry>{CreditorCountry}</Ctry>
            <AdrLine>{CreditorAddress}</AdrLine>
          </PstlAdr>
        </Cdtr>
        <CdtrAcct>
          <Id>
            {CreditorAccountWithTags}
          </Id>
        </CdtrAcct>
        <RmtInf>
          <Ustrd>{Description}</Ustrd>
          <!-- Optional -->
          <Strd>
            <AddtlRmtInf>TRCD:{TransitCode}</AddtlRmtInf>
          </Strd>
          <!-- Optional -->
          <Strd>
            <AddtlRmtInf>ABAC:{AbaCode}</AddtlRmtInf>
          </Strd>
          <!-- Optional -->
          <Strd>
            <AddtlRmtInf>BSBC:{BsbCode}</AddtlRmtInf>
          </Strd>
        </RmtInf>
      </CdtTrfTxInf>
    </PmtInf>
  </CstmrCdtTrfInitn>
</Document>