Example 4

In this example:
  • PartyIdentifier in (Code)(CountryCode)(Identifier) representation
  • (Identifier) does not exceed the 27 character limit (note: Issuer here counts as part of the identifier length)
  • NameAndAddress Code 6 does not exceed the length constraints for a single line
  • NameAndAddress Code 7 exceeds the length constraints for a single line and is continued in NameAndAddress Code 8
Messages:
  • MT's F50F representation:
    DRLC/IE/Car Authority/123456789-123
    	1/Doe John
    	6/IE/XYZ Bank/987654321-12345
    	7/IE/1234-ABCD-6789-XYZ-999-XXX-YYY
    	8/-ZZZ
  • ISF V3 representation:
    <isf:CreditTransfer>
      :
      <PartyRole xsi:type="isf:DebtorRole">
        <Player xsi:type="isf:Person">
          <Identification xsi:type="isf:PersonIdentification">
            <PartyName>
              <Name>Doe John</Name>
            </PartyName>
          </Identification>
          <Identification xsi:type="isf:PersonIdentification">
            <OtherIdentification xsi:type="isf:GenericIdentification">
              <Identification>123456789-123</Identification>
              <PartyRole>
                <OwnerCode>IE/Car Authority</OwnerCode>
              </PartyRole>
              <Scheme>
                <NameShort>DRLC</NameShort>
              </Scheme>
            </OtherIdentification>
            <DriversLicenseNumber>123456789-123</DriversLicenseNumber>
          </Identification>
          <Identification xsi:type="isf:PersonIdentification">
            <OtherIdentification xsi:type="isf:GenericIdentification">
              <Identification>987654321-12345</Identification>
              <PartyRole>
                <OwnerCode>IE/XYZ Bank</OwnerCode>
              </PartyRole>
              <Scheme>
                <NameShort>CUST</NameShort>
              </Scheme>
            </OtherIdentification>
          </Identification>
          <Identification xsi:type="isf:PersonIdentification">
            <NationalRegistrationNumber>1234-ABCD-6789-XYZ-999-XXX-YYY-ZZZ</NationalRegistrationNumber>
            <OtherIdentification>
              <Identification>1234-ABCD-6789-XYZ-999-XXX-YYY-ZZZ</Identification>
              <PartyRole>
                <OwnerCode>IE</OwnerCode>
              </PartyRole>
              <Scheme>
                <NameShort>NIDN</NameShort>
              </Scheme>
            </OtherIdentification>
          </Identification>
        </Player>
      </PartyRole>
      :
    </isf:CreditTransfer>