changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "action_level_code": {
+ "type": "string"
+ },
+ "action_level_description": {
+ "type": "string"
+ },
+ "action_level_label": {
+ "type": "string"
+ },
+ "action_levels_reference": {
+ "items": {
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "rbc_pct_acl": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "authorized_control_level": {
+ "type": "integer"
+ },
+ "headroom_to_next_level_pct": {
+ "type": "integer"
+ },
+ "insurer_type": {
+ "type": "string"
+ },
+ "not_legal_advice": {
+ "type": "string"
+ },
+ "pii_note": {
+ "type": "string"
+ },
+ "prior_year_rbc_ratio": {
+ "type": "string"
+ },
+ "rbc_ratio_pct": {
+ "type": "integer"
+ },
+ "regulatory_basis": {
+ "type": "string"
+ },
+ "table_source": {
+ "type": "string"
+ },
+ "table_version": {
+ "type": "string"
+ },
+ "threshold_breached_pct": {
+ "type": "string"
+ },
+ "total_adjusted_capital": {
+ "type": "integer"
+ },
+ "trend_test_applicable": {
+ "type": "boolean"
+ },
+ "trend_test_triggered": {
+ "type": "boolean"
+ },
+ "two_year_rbc_ratio": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}