Example 5

This is a variation of example 4, except CUST is represented by PartyIdentifier instead of NameAndAddress Code 6. 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 is not present since already represented by in PartyIdentifier
  • NameAndAddress Code 7 exceeds the length constraints for a single line and is continued in NameAndAddress Code 8
Messages:
  • MT's F50F representation:
    CUST/IE/XYZ Bank/987654321-12345
    	1/Doe John
    	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>987654321-12345</Identification>
              <Scheme>
                <NameShort>CUST</NameShort>
              </Scheme>
              <PartyRole>
                <OwnerCode>IE/XYZ Bank</OwnerCode>
              </PartyRole>
            </OtherIdentification>
          </Identification>
          <Identification xsi:type="isf:PersonIdentification">
            <OtherIdentification xsi:type="isf:GenericIdentification">
              <Identification>1234-ABCD-6789-XYZ-999-XXX-YYY-ZZZ</Identification>
              <Scheme>
                <NameShort>NIDN</NameShort>
              </Scheme>
              <PartyRole>
                <OwnerCode>IE</OwnerCode>
              </PartyRole>
            </OtherIdentification>
            <NationalRegistrationNumber>1234-ABCD-6789-XYZ-999-XXX-YYY-ZZZ</NationalRegistrationNumber>
          </Identification>
        </Player>
      </PartyRole>
      :
    </isf:CreditTransfer>