Contents

RegulationResponseUpdate.RegulationType

The category of regulatory disclosure being answered.

Declaration

string RegulationResponseUpdate.RegulationType

Possible Values

CAC

Disclosure required under CAC regulation, at the campaign level.

CAMPAIGN_SAPIN_LAW

Disclosure required under Sapin Law regulation, at the campaign level.

ORG_SAPIN_LAW

Disclosure required under Sapin Law regulation, at the organization level.

Discussion

Each type maps to a different set of valid responseValue options, and applies at either the campaign level (CAC, CAMPAIGN_SAPIN_LAW) or the organization level (ORG_SAPIN_LAW).

Example

{
  "regulationType": "CAMPAIGN_SAPIN_LAW",
  "responseValue": "AGENT"
}