declare function overrideRiskSchema(riskSchema: TRiskSchema): Promise<IRiskSchema>;
Overrides an existing risk management configuration in the framework.
This function partially updates a previously registered risk configuration with new settings. Only the provided fields will be updated, other fields remain unchanged.
| Parameter | Description |
|---|---|
riskSchema |
Partial risk configuration object |