changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "as_of": {
+ "type": "string"
+ },
+ "fund_adequate": {
+ "type": "boolean"
+ },
+ "fund_size_display": {
+ "type": "string"
+ },
+ "fund_size_minor_units": {
+ "type": "integer"
+ },
+ "member_count": {
+ "type": "integer"
+ },
+ "note": {
+ "type": "string"
+ },
+ "per_scenario": {
+ "items": {
+ "properties": {
+ "cover2_requirement_display": {
+ "type": "string"
+ },
+ "cover2_requirement_minor_units": {
+ "type": "integer"
+ },
+ "largest": {
+ "properties": {
+ "member_id": {
+ "type": "string"
+ },
+ "stress_loss_minor_units": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "loss_bps": {
+ "type": "integer"
+ },
+ "member_losses": {
+ "items": {
+ "properties": {
+ "member_id": {
+ "type": "string"
+ },
+ "stress_loss_minor_units": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "scenario_id": {
+ "type": "string"
+ },
+ "second_largest": {
+ "properties": {
+ "member_id": {
+ "type": "string"
+ },
+ "stress_loss_minor_units": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "rationale": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "rejected_inputs": {
+ "type": "array"
+ },
+ "scenario_count": {
+ "type": "integer"
+ },
+ "shortfall_display": {
+ "type": "string"
+ },
+ "shortfall_minor_units": {
+ "type": "integer"
+ },
+ "worst_case_cover2_requirement_display": {
+ "type": "string"
+ },
+ "worst_case_cover2_requirement_minor_units": {
+ "type": "integer"
+ },
+ "worst_case_scenario_id": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}