France (Txns): Transactions Group Count

Number of transactions recorded.

Elements

PathCardinalityUsageUsage DescriptionMandate Business TermFinal Format XPath
Statement/UBLExtensions/UBLExtension/ExtensionContent/StatementExtension/TransactionsSummary/Transactions/TransactionsCount0..1CMandatory to be used when using DGFIP 3.0 specifications, which are applicable until June 2026 (no clear date). As of June/July, DGFIP 3.1 specifications will be used and this information will be optional.TT-85/Report/TransactionsReport/Transactions/TransactionsCount

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:TransactionsSummary>
            <!-- ... omitted for readability -->
            <vrbl:Transactions>
              <!-- ... omitted for readability -->
              <vrbl:TransactionsCount>2</vrbl:TransactionsCount>
              <!-- ... omitted for readability -->
            </vrbl:Transactions>
          </vrbl:TransactionsSummary>
        </vrbl:StatementExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Statement>