---
title: "RegulatoryActionsV1"
url: "https://developer.agentsync.io/apis/producer-sync-api/versions/9f61da41-1ca5-4279-88ac-e04fcf350d49/schemas/RegulatoryActionsV1"
---

> Full API specification: https://developer.agentsync.io/apis/producer-sync-api/versions/9f61da41-1ca5-4279-88ac-e04fcf350d49.md

# RegulatoryActionsV1

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: ProducerSync API
  version: v2.71.2
servers:
  - url: https://api.sandbox.agentsync.io
    description: Sandbox
components:
  schemas:
    RegulatoryActionValuesV1:
      allOf:
        - type: object
          properties:
            metadata:
              type: object
              properties:
                last_nipr_alert_updated:
                  type: string
                last_nipr_entity_update:
                  type: string
            deleted:
              type: boolean
              example: true
    RegulatoryActionsV1:
      allOf:
        - type: object
          properties:
            regulatoryActionValues:
              $ref: "#/components/schemas/RegulatoryActionValuesV1"
            niprDeleted:
              type: boolean
              example: false
              description: Indicates if the regulatory actions was marked deleted by NIPR.
```
