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

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

# RegulatoryActionsV2

## 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:
    RegulatoryActionValuesV2:
      type: object
      properties:
        regulatoryActionValues:
          type: array
          items:
            allOf:
              - type: object
                properties:
                  metadata:
                    type: object
                    properties:
                      last_nipr_alert_update:
                        type: string
                        format: date-time
                        example: 2024-01-20T10:54:35.30506+00:00
                      last_nipr_entity_update:
                        type: string
                        format: date-time
                        example: 2024-04-16T22:58:09.398811+00:00
                  deleted:
                    type: boolean
                    example: true
    RegulatoryActionsV2:
      allOf:
        - type: object
          properties:
            regulatoryActionValues:
              $ref: "#/components/schemas/RegulatoryActionValuesV2"
            niprDeleted:
              type: boolean
              example: false
              description: Indicates if the regulatory actions was marked deleted by NIPR.
```
