Controls the SECOND, cross-referencing lookup that is only possible for French identifiers; the FIRST lookup native to whatever format you supplied always runs regardless of this setting. If true (default): a French VAT number (FRxxxxxxxxxxx) also gets its legal name, registered address, NAF/APE code and active/closed status pulled from recherche-entreprises.api.gouv.fr (using the SIREN embedded in the VAT number); a bare SIREN/SIRET also gets its French VAT number derived and validated live against VIES, populating vatValid. If false: a French VAT number is checked for VIES validity only (legalName/address/naf/siren stay null); a bare SIREN/SIRET is checked against recherche-entreprises only (vatValid stays null, no VIES call is made). Non-French VAT numbers are never affected by this setting — they are always VIES-checked only, since no French company registry applies to them. NOT related to the DGFiP fallback (see README 'Limits & data sources'): if VIES is unreachable for a French VAT number, this Actor always attempts the recherche-entreprises fallback regardless of this setting, since that is a resilience mechanism, not optional enrichment — disabling this flag never disables it.