---
title: "RegulatoryActionsV1"
url: "https://developer.agentsync.io/apis/producer-sync-api/versions/bd45d597-3d48-4686-84a0-951d85a33e1e/schemas/RegulatoryActionsV1"
---

> Full API specification: https://developer.agentsync.io/apis/producer-sync-api/versions/bd45d597-3d48-4686-84a0-951d85a33e1e.md

# RegulatoryActionsV1

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: ProducerSync API
  version: v2.68.24
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.
```
