France (Txns): Statement Subtype Code

This field is not mapped to the final format. It's used to confirm whether the transactions included in the VRBL message are related to sales or purchases, as they need to be informed in separate messages.

Allowed values:

  • VRBL:FR:SALES: The message being reported contains sales transactions, i.e. flows 10.1 and/or 10.3 (B2B cross-border exports and/or B2C grouped transactions).
  • VRBL:FR:PURCHASES: The message being reported contains purchases transactions, i.e. flow 10.1 (B2B cross-border imports from EU suppliers).

Elements

PathCardinalityUsage
Statement/UBLExtensions/UBLExtension/ExtensionContent/StatementExtension/DocumentSubtypeCode1..1M

Example

<ubl:Statement>
  <!-- ... omitted for readability -->
  <cec:UBLExtensions>
    <!-- ... omitted for readability -->
    <cec:UBLExtension>
      <!-- ... omitted for readability -->
      <cec:ExtensionContent>
        <!-- ... omitted for readability -->
        <vrbl:StatementExtension>
          <!-- ... omitted for readability -->
          <vrbl:DocumentSubtypeCode>VRBL:FR:SALES</vrbl:DocumentSubtypeCode>
          <!-- ... omitted for readability -->
        </vrbl:StatementExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Statement>