Malaysia: Free Trade Agreement (FTA)

If applicable, you must specify any Free Trade Agreement (FTA) information.

Use the following elements to model the FTA information.

Elements

You can use the following elements to specify FTA information.

ElementDescription
Invoice/AdditionalDocumentReference/IDSpecifyVRBL:MY:FTA.
Invoice/AdditionalDocumentReference/DocumentTypeSpecifyVRBL:MY:FreeTradeAgreement.
Invoice/AdditionalDocumentReference/DocumentDescriptionSpecify a free text description for the information

Restrictions

  • You must use the VRBL:MY:FTA in the ID element.
  • You must specify VRBL:MY:FreeTradeAgreement in the DocumentType element.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:AdditionalDocumentReference>
        <cbc:ID>VRBL:MY:FTA</cbc:ID>
        <cbc:DocumentType>VRBL:MY:FreeTradeAgreement</cbc:DocumentType>
        <cbc:DocumentDescription>Sample Description</cbc:DocumentDescription>
    </cac:AdditionalDocumentReference>
    <!-- Code omitted for clarity -->
</ubl:Invoice>