v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Financial Risk

Updates a monitored company's risk exposure.

The business interruption scenario is designed to assess the potential impact of environmental factors and supply chain risk on business operations. Environmental factors such as earthquakes, floods, and pandemics can disrupt business operations, while supply chain risk can lead to disruptions in the supply of goods and services. By assessing the potential impact of these factors on the organization's operations, the scenario provides insights into the potential financial impact of business interruption and highlights areas where improvements can be made to ensure business continuity.

patch/api/v2/companies/{id}/riskexposure/businessinterruption

Path parameters

idinteger required
Example:123

The id of the company whose risk exposure is to be updated.

Request body

UnitCostOf_PII_PHI_PCI_Recordsnumber float nullable

$ amount of the cost per record of PII-PHI-PCI records.

UnitCostOf_BlackKiteCalculationboolean

Use Black Kite's amount of the cost per record of PII-PHI-PCI.

AverageDownTimeDaysnumber nullable

The count of average day of downtime

RevenueAtRisknumber double nullable

The revenue of your company.

IsSoleSourceboolean

This supplier is the only capable of delivering the required product or service.

SimulationType'Availability' | 'Confidentiality'

A simulation type, such as; Availability or Confidentiality. Leave null, if no change is intended.

Example request

{
  "SimulationType": "Confidentiality"
}

Response

Success