stand_socotra_policy_transformer 3.0.11 → 3.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/stand_underwriter.js +1 -1
  2. package/package.json +8 -2
  3. package/__tests__/__utils__/load_payload.js +0 -16
  4. package/__tests__/__utils__/payloads/ai_additional_insured_new.json +0 -90
  5. package/__tests__/__utils__/payloads/ai_no_change_new_payload.json +0 -103
  6. package/__tests__/__utils__/payloads/ai_no_change_old_payload.json +0 -764
  7. package/__tests__/__utils__/payloads/ai_old_payload.json +0 -707
  8. package/__tests__/__utils__/payloads/claims_new_policy.json +0 -117
  9. package/__tests__/__utils__/payloads/claims_remove_new_payload.json +0 -68
  10. package/__tests__/__utils__/payloads/claims_remove_socotra_policy.json +0 -785
  11. package/__tests__/__utils__/payloads/claims_socotra_payload.json +0 -764
  12. package/__tests__/__utils__/payloads/minimal_change_base.json +0 -574
  13. package/__tests__/__utils__/payloads/minimal_change_base2.json +0 -574
  14. package/__tests__/__utils__/payloads/minimal_change_resulting_socotra.json +0 -17
  15. package/__tests__/__utils__/payloads/minimal_change_resulting_socotra2.json +0 -27
  16. package/__tests__/__utils__/payloads/minimal_change_retool.json +0 -37
  17. package/__tests__/__utils__/payloads/minimal_change_retool2.json +0 -27
  18. package/__tests__/__utils__/payloads/sample_minimal_retool.json +0 -33
  19. package/__tests__/__utils__/payloads/sample_minimal_socotra_payload.json +0 -116
  20. package/__tests__/__utils__/payloads/sample_new_policy_holder.json +0 -17
  21. package/__tests__/__utils__/payloads/sample_new_quote.json +0 -216
  22. package/__tests__/__utils__/payloads/sample_new_quote_retool.json +0 -93
  23. package/__tests__/__utils__/payloads/sample_retool.json +0 -157
  24. package/__tests__/__utils__/payloads/sample_retool_converted_quote.json +0 -54
  25. package/__tests__/__utils__/payloads/sample_retool_socotra_subset.json +0 -163
  26. package/__tests__/__utils__/payloads/sample_socotra_quote.json +0 -782
  27. package/__tests__/__utils__/payloads/sample_socotra_with_additional_insured.json +0 -764
  28. package/__tests__/__utils__/payloads/sample_update_quote.json +0 -18
  29. package/__tests__/__utils__/payloads/versions/v1/sample_new_quote.json +0 -211
  30. package/__tests__/__utils__/payloads/versions/v1/sample_retool.json +0 -160
  31. package/__tests__/__utils__/payloads/versions/v1/sample_retool_socotra_subset.json +0 -128
  32. package/__tests__/__utils__/payloads/versions/v1/sample_socotra_quote.json +0 -776
  33. package/__tests__/__utils__/payloads/versions/v1/sample_update_quote.json +0 -18
  34. package/__tests__/__utils__/payloads/versions/v2/sample_new_quote.json +0 -215
  35. package/__tests__/__utils__/payloads/versions/v2/sample_retool.json +0 -165
  36. package/__tests__/__utils__/payloads/versions/v2/sample_retool_socotra_subset.json +0 -159
  37. package/__tests__/__utils__/payloads/versions/v2/sample_socotra_quote.json +0 -779
  38. package/__tests__/__utils__/payloads/versions/v2/sample_update_quote.json +0 -18
  39. package/__tests__/basic_knockout.test.js +0 -113
  40. package/__tests__/claims_history_knockout.test.js +0 -56
  41. package/__tests__/exterior_knockout.test.js +0 -192
  42. package/__tests__/helpers/index.js +0 -10
  43. package/__tests__/home_owner_knockouts.js +0 -260
  44. package/__tests__/interior_knockout.test.js +0 -321
  45. package/__tests__/package_version.test.js +0 -7
  46. package/__tests__/rate_call_knockouts.test.js +0 -347
  47. package/__tests__/retool_utils/socotra_group_update.test.js +0 -563
  48. package/__tests__/retool_utils/socotra_payload.test.js +0 -270
  49. package/__tests__/retool_utils/socotra_structure_helper.test.js +0 -242
  50. package/__tests__/retool_utils/versions/entries_v1.test.js +0 -51
  51. package/__tests__/retool_utils/versions/entries_v2.test.js +0 -51
  52. package/__tests__/underwriter.test.js +0 -169
  53. package/__tests__/wf_knockout.test.js +0 -124
  54. package/src/index.js +0 -14
  55. package/src/knockouts/basic_knockouts.js +0 -66
  56. package/src/knockouts/claims_history_knockout.js +0 -24
  57. package/src/knockouts/exterior_knockouts.js +0 -97
  58. package/src/knockouts/home_owner_knockouts.js +0 -118
  59. package/src/knockouts/index.js +0 -83
  60. package/src/knockouts/interior_knockouts.js +0 -149
  61. package/src/knockouts/rate_call_knockouts.js +0 -155
  62. package/src/knockouts/wf_knockouts.js +0 -66
  63. package/src/retool_to_socotra.js +0 -18
  64. package/src/retool_utils/socotra_entries_helper_fuctions.js +0 -0
  65. package/src/retool_utils/socotra_payloads.js +0 -161
  66. package/src/retool_utils/socotra_structure_helper.js +0 -687
  67. package/src/retool_utils/versions/stand_v1_entries.js +0 -167
  68. package/src/retool_utils/versions/stand_v2_entries.js +0 -211
  69. package/src/retool_utils/versions/stand_v3_entries.js +0 -274
  70. package/src/underwriter.js +0 -86
  71. package/webpack.config.js +0 -14
@@ -1,18 +0,0 @@
1
- {
2
- "paymentScheduleName": "upfront",
3
- "updateExposures": [
4
- {
5
- "exposureLocator": "81f6f009-87bc-435e-aac7-269e240ecbb2",
6
- "fieldValues": {
7
- "protection_class": "3",
8
- "dead_bolt": "No"
9
- },
10
- "fieldGroups": []
11
- }
12
- ],
13
- "name": "example name",
14
- "fieldValues": {
15
- "coverage_b": 300000,
16
- "zip": "94655"
17
- }
18
- }
@@ -1,215 +0,0 @@
1
- {
2
- "policyholderLocator": "9bdadf0c-5ce0-4ea7-8f9d-7e7d235522d0",
3
- "productName": "homeowners",
4
- "policyStartTimestamp": 1732348800000,
5
- "policyEndTimestamp": 1763884800000,
6
- "finalize": false,
7
- "paymentScheduleName": "upfront",
8
- "configVersion": 2,
9
- "exposures": [
10
- {
11
- "exposureName": "dwelling",
12
- "perils": [
13
- {
14
- "name": "wildfire_expense",
15
- "fieldValues": {},
16
- "fieldGroups": []
17
- },
18
- {
19
- "name": "fire_following_earthquake",
20
- "fieldValues": {},
21
- "fieldGroups": []
22
- },
23
- {
24
- "name": "liability",
25
- "fieldValues": {},
26
- "fieldGroups": []
27
- },
28
- {
29
- "name": "other",
30
- "fieldValues": {},
31
- "fieldGroups": []
32
- },
33
- {
34
- "name": "theft",
35
- "fieldValues": {},
36
- "fieldGroups": []
37
- },
38
- {
39
- "name": "water_cat",
40
- "fieldValues": {},
41
- "fieldGroups": []
42
- },
43
- {
44
- "name": "water_excluding_cat",
45
- "fieldValues": {},
46
- "fieldGroups": []
47
- },
48
- {
49
- "name": "wildfire",
50
- "fieldValues": {},
51
- "fieldGroups": []
52
- },
53
- {
54
- "name": "wind_cat",
55
- "fieldValues": {},
56
- "fieldGroups": []
57
- },
58
- {
59
- "name": "wind_excluding_cat",
60
- "fieldValues": {},
61
- "fieldGroups": []
62
- },
63
- {
64
- "name": "fire",
65
- "fieldValues": {},
66
- "fieldGroups": []
67
- },
68
- {
69
- "name": "fac_prem",
70
- "fieldValues": {},
71
- "fieldGroups": []
72
- },
73
- {
74
- "name": "minimum_premium",
75
- "fieldValues": {},
76
- "fieldGroups": []
77
- }
78
- ],
79
- "fieldValues": {
80
- "water_deductible": 5000,
81
- "24_hour_security_guard": "No",
82
- "aop_deductible": 5000,
83
- "extended_dwelling_coverage": "1.25",
84
- "slab_plumbing": "No",
85
- "smoke": "Yes",
86
- "foundation_type": "Basement Finished",
87
- "siding_material": "Adobe",
88
- "theft_alarm_type": "Central",
89
- "property_purchase_year": 2015,
90
- "dist_to_fire_department": "03",
91
- "chimney_mesh_cover": "All",
92
- "window_frame_type": "Metal",
93
- "window_glass_type": "Tempered Glass",
94
- "protection_class": "2",
95
- "sprinkler": "Partial",
96
- "dead_bolt": "Yes",
97
- "deck_type": "natural_stone",
98
- "wf_deductible": 0.03,
99
- "water_damage_limit": "0.05",
100
- "roof_material": "Concrete Tile",
101
- "has_solar_panels": "Yes",
102
- "fence": "No",
103
- "year_built": "2000",
104
- "fire_ext": "Yes",
105
- "fire_alarm_type": "Central",
106
- "construction_type": "Frame",
107
- "distance_to_nearest_home_ft": "20",
108
- "ember_vents": "No",
109
- "enclosed_eaves": "All",
110
- "propane_tank_proximity": ">=30",
111
- "exterior_clearance": "All",
112
- "multi_policy_discount": "No",
113
- "stand_protect_discount": "No",
114
- "square_feet": 2000,
115
- "roof_rating": "Class B",
116
- "has_any_claim_history": "No"
117
- },
118
- "fieldGroups": []
119
- }
120
- ],
121
- "fieldValues": {
122
- "full_replacement_value": 2251000,
123
- "address": "9471 Skyline Blvd",
124
- "is_rental": "Short term rental",
125
- "wf_score_mean": 0.48374,
126
- "swimming_pool_type": "None",
127
- "wf_score_category": "C",
128
- "home_business": "yes - farming",
129
- "wf_score_variance": 0.019,
130
- "fireshed_id": 1721,
131
- "fireshed_code": "san_francisco_ca",
132
- "renovation": "No",
133
- "primary_insured_by_stand": "Yes",
134
- "retool_property_id": "18e23424-77fb-4bdc-b65f-6929122df7d1",
135
- "occupation": "Actor",
136
- "water_shutoff_system": "No",
137
- "water_supply_hoses_type": [],
138
- "waterflow_alarm": "Yes",
139
- "city": "Oakland",
140
- "electrical_last_updated": "2005",
141
- "coverage_b": 400000,
142
- "channel": "Broker",
143
- "coverage_c": 100000,
144
- "county": "Alameda",
145
- "coverage_a": 4000000,
146
- "retrofit_1997": "No",
147
- "coverage_f": "10000",
148
- "first_street_wf_score": 4,
149
- "degrees_of_slope": "0",
150
- "bankruptcies_judgements_liens": "0",
151
- "coverage_d": 300000,
152
- "coverage_e": "500000",
153
- "gre_wf_score": 2.38,
154
- "prevPolicyExpiration": "2024-11-03",
155
- "prevPolicyPremium": 150000,
156
- "state": "CA",
157
- "core_logic_score": 64,
158
- "co_applicant_email": "shmoe@joe.com",
159
- "co_applicant_first_name": "joe",
160
- "co_applicant_last_name": "shmoe",
161
- "co_applicant_phone_number": "2153598888",
162
- "has_horses": "Yes",
163
- "zip": "94611",
164
- "underground_fuel_tank": "No",
165
- "dwelling_use_type": "Owner Occupied Single Family Residence",
166
- "has_attractive_nuisance": "No",
167
- "has_co_applicant": "Yes",
168
- "coverageForm": "HO-5 Comprehensive",
169
- "seismic_shutoff": "Yes",
170
- "zesty_l2": 9,
171
- "zesty_l1": 3,
172
- "bellweather_wf_score": 0.005439,
173
- "pastCarrier": "Allstate",
174
- "water_heaters_last_updated": "2018",
175
- "plumbing_last_updated": "2000",
176
- "roof_replaced_year": "2012",
177
- "home_heater_last_updated": "2015",
178
- "date_of_birth": "1985-10-17",
179
- "arf": 1.06,
180
- "first_street_flood_score": "1",
181
- "heating_source": "thermostatically controlled electrical heat",
182
- "months_unoccupied": "0",
183
- "multi_family_unit_count": 1,
184
- "num_mortgages": "0",
185
-
186
- "fronting_carrier_approval": "Yes",
187
- "reinsurance_carrier_approved": "Yes",
188
- "stand_second_approval": "Yes",
189
- "reinsurance_rate": "0.21",
190
- "withdrawal_reason": ["pricing_disagreement"],
191
- "declination_reason": [ "wood_shake_roof"],
192
-
193
- "producerId": 14,
194
- "producer_license_number": 888987878,
195
- "producerName": "Micky Mouse",
196
- "producerEmail": "mouse@example.com",
197
- "producer_phone_number": "2153596444",
198
- "producer_street_address": "555 Disney st",
199
- "producer_street_address_2": "PMB 70879",
200
- "producer_city": "Los Angeles",
201
- "producer_state": "California",
202
- "producer_zip": "94104",
203
- "producer_ascend_id": "abc123fyg",
204
- "commissionRate": "0.12",
205
- "distributor_name": "Eagles",
206
- "distributor_license_number": 55252,
207
- "is_agreed_value": "Yes",
208
- "is_difference_in_condition": "No",
209
- "lead_source": "Insured",
210
-
211
- "latitude": 37.8204616,
212
- "longitude": -122.1878753
213
- },
214
- "fieldGroups": []
215
- }
@@ -1,165 +0,0 @@
1
- {
2
- "degree_of_slope": "0",
3
- "ensemble_mean": 0.48374,
4
- "owner_phone_number": "2152325555",
5
- "water_damage_limit": "0.05",
6
- "has_home_business": "yes - farming",
7
- "cape_thumbnail": "https://flow.capeanalytics.com/api/v2/img/356be903-8f42-4f9d-b0d0-df68da1c8b30/22",
8
- "fireshed_ID": 1721,
9
- "past_liens": "0",
10
- "state": "CA",
11
- "quote_description_to_insured": "Sample Quote description",
12
- "fireshed_code": "san_francisco_ca",
13
- "occupation": "Actor",
14
- "cape_updated_at": "2024-10-01T16:57:11.551Z",
15
- "residence_type": "Owner Occupied Single Family Residence",
16
- "distance_to_neighboring_home": "20",
17
- "coverage_e": "500000",
18
- "ground_clearance": "All",
19
- "months_unoccupied": "0",
20
- "coverage_d": 300000,
21
- "coverage_c": 100000,
22
- "coverage_b": 400000,
23
- "coverage_a": 4000000,
24
- "construction_type": "Frame",
25
- "mailing_street_address": "115 main st",
26
- "smoke": "Yes",
27
- "fire_alarm": "Central",
28
- "roof_material": "Concrete Tile",
29
- "start_date": "2024-11-23",
30
- "fire_ext": "Yes",
31
- "coverage_f": "10000",
32
- "core_logic_wf_score": 64,
33
- "first_street_score": 4,
34
- "roof_replacement_year": "2012",
35
- "ofac_outcome": "approved",
36
- "primary_dwelling_insured": "Yes",
37
- "multifamily_unit_count": "1",
38
- "cape_uuid": "356be903-8f42-4f9d-b0d0-df68da1c8b30",
39
- "gre_wf_score": 2.38,
40
- "enclosed_eaves": "All",
41
- "coinsured_street_address": "9471 Skyline Blvd",
42
- "other_deductible": 5000,
43
- "additional_insured_description": "sample text",
44
- "credit_score": "800",
45
- "mailing_state": "CA",
46
- "waterflow_alarm": "Yes",
47
- "has_underground_fuel_tank": "No",
48
- "number_of_bankrupcies": "0",
49
- "spouse_first_sname": "joe",
50
- "home_heating_update_year": "2015",
51
- "cape_review_url": "https://flow.capeanalytics.com/api/v1/client/show/356be903-8f42-4f9d-b0d0-df68da1c8b30",
52
- "presence_of_pool": false,
53
- "windows_type": "Tempered Glass",
54
- "retrofitted": "No",
55
- "extended_dwelling_coverage": "1.25",
56
- "metal_fittings_toilet_supply_line": "Yes",
57
- "protection_class": "2",
58
- "ensemble_variance": 0.019,
59
- "ofac_date_pulled": "2024-11-05",
60
- "quote_name": "blah",
61
- "mailing_street_address2": "#222",
62
- "owner_first_name": "bill",
63
- "spouse_phone_number": "2153598888",
64
- "zip": "94611",
65
- "insured_dob": "1985-10-17",
66
- "distance_to_fire_department": "03",
67
- "home_heating_source": "thermostatically controlled electrical heat",
68
- "presence_of_fence": "No",
69
- "is_under_renovation": "No",
70
- "lng": -122.1878753,
71
- "claims_data": {
72
- "claims": [
73
- {
74
- "date": "2024-09-01",
75
- "type": "Earthquake",
76
- "amount": 500000
77
- }
78
- ]
79
- },
80
- "gre_arf": 1.06,
81
- "has_slab_foundation_plumbing": false,
82
- "previous_insurance_company": "Allstate",
83
- "water_deductible": 5000,
84
- "year_built": "2000",
85
- "slab_plumbing": "No",
86
- "seismic_shutoff": "Yes",
87
- "owner_last_name": "burr",
88
- "replacement_cost": 2251000,
89
- "mailing_city": "Oakland",
90
- "previous_policy_expiration_date": "2024-11-03",
91
- "county": "Alameda",
92
- "has_additional_insured": "No",
93
- "electrical_updated_year": "2005",
94
- "number_of_mortgages": "0",
95
- "wildfire_category": "C",
96
- "attractive_nuisance": "No",
97
- "theft_alarm": "Central",
98
- "spouse_first_name": "joe",
99
- "spouse_email": "shmoe@joe.com",
100
- "street_address": "9471 Skyline Blvd",
101
- "purchase_year": "2015",
102
- "ember_resistant_vents": "No",
103
- "fuel_tank_distance": ">=30",
104
- "fire_deductible": 0.03,
105
- "property_id": "18e23424-77fb-4bdc-b65f-6929122df7d1",
106
- "deadbolt": "Yes",
107
- "siding_material": "Adobe",
108
- "ofac_reason": "On the list",
109
- "distance_to_coast": "100",
110
- "deck_type": "natural_stone",
111
- "foundation_type": "Basement Finished",
112
- "is_rental": "Short term rental",
113
- "owner_email": "bb@example.com",
114
- "has_steel_braided_hoses": "Yes",
115
- "city": "Oakland",
116
- "home_business_description": "samples",
117
- "claims_json": [],
118
- "horses": "Yes",
119
- "zesty_l2": 9,
120
- "flood_score": "1",
121
- "zesty_l1": 3,
122
- "bellweather_wf_score": 0.005439,
123
- "count_of_solar_panels": "1+",
124
- "spouse_dob": "2024-10-24",
125
- "spouse_last_name": "shmoe",
126
- "chimney_spark_arrestors": "All",
127
- "windows_frame_type": "Metal",
128
- "plumbing_updated_year": "2000",
129
- "previous_premium": "150000",
130
- "pool_type": "None",
131
- "water_shutoff": "No",
132
- "sprinkler": "Partial",
133
- "lat": 37.8204616,
134
- "mailing_zip": "94611",
135
- "water_heater_update_year": "2018",
136
- "square_feet": 2000,
137
- "multi_policy_discount": "No",
138
- "stand_protect_discount": "No",
139
- "producer_license_number": 888987878,
140
- "producer_id": 14,
141
- "producer_name": "Micky Mouse",
142
- "producer_email": "mouse@example.com",
143
- "producer_phone_number": "2153596444",
144
- "producer_street_address": "555 Disney st",
145
- "producer_street_address2": "PMB 70879",
146
- "producer_city": "Los Angeles",
147
- "producer_state": "California",
148
- "producer_zip": "94104",
149
- "producer_ascend_id": "abc123fyg",
150
- "producer_commission": "0.12",
151
- "broker_name": "Eagles",
152
- "roof_rating": "Class B",
153
- "broker_license_number": 55252,
154
- "rejection_reasons": ["wood_shake_roof"],
155
- "withdrawal_reasons": ["pricing_disagreement"],
156
- "stand_second_approval": "Yes",
157
- "fronting_carrier_approval": "Yes",
158
- "reinsurance_carrier_approved": "Yes",
159
- "reinsurance_rate": "0.21",
160
- "socotra_config_version": 2,
161
- "is_agreed_value": "Yes",
162
- "is_difference_in_condition": "No",
163
- "lead_source": "Insured",
164
- "water_supply_hoses_type": ""
165
- }
@@ -1,159 +0,0 @@
1
- {
2
- "socotra_config_version": 2,
3
- "property_id": "18e23424-77fb-4bdc-b65f-6929122df7d1",
4
- "payment_schedule": "quarterly",
5
- "quote_name":"example name",
6
- "attractive_nuisance": "No",
7
- "bellweather_wf_score": "0.0017",
8
- "num_bath": null,
9
- "num_stories": null,
10
- "chimney_spark_arrestors": "All",
11
- "city": "Oakland",
12
- "construction_type": "Frame",
13
- "core_logic_wf_score": 64,
14
- "county": "Alameda",
15
- "count_of_solar_panels": "1+",
16
- "coverage_a": 4000000,
17
- "coverage_b": 400000,
18
- "coverage_c": 100000,
19
- "coverage_d": 300000,
20
- "coverage_e": "500000",
21
- "coverage_f": "10000",
22
- "deadbolt": "Yes",
23
- "degree_of_slope": "0",
24
- "distance_to_fire_department": "03",
25
- "distance_to_neighboring_home": "20",
26
- "electrical_updated_year": "2005",
27
- "ember_resistant_vents": "No",
28
- "enclosed_eaves": "All",
29
- "ensemble_mean": 0.48374,
30
- "ensemble_variance": 0.019,
31
- "extended_dwelling_coverage": "1.25",
32
- "fireshed_ID": 1721,
33
- "fireshed_code": "san_francisco_ca",
34
- "fire_alarm": "Central",
35
- "fire_deductible": 0.03,
36
- "fire_ext": "Yes",
37
- "first_street_score": 4,
38
- "flood_score": "1",
39
- "foundation_type": "Basement Finished",
40
- "fuel_tank_distance": ">=30",
41
- "gre_arf": 1.06,
42
- "gre_wf_score": 2.38,
43
- "ground_clearance": "All",
44
- "has_additional_insured": "Yes",
45
- "has_home_business": "yes - farming",
46
- "has_underground_fuel_tank": "No",
47
- "home_heating_source": "thermostatically controlled electrical heat",
48
- "home_heating_update_year": "2015",
49
- "horses": "Yes",
50
- "insured_dob": "1985-10-17",
51
- "is_rental": "Short term rental",
52
- "is_under_renovation": "No",
53
- "lat": 37.8204616,
54
- "lng": -122.1878753,
55
- "months_unoccupied": "0",
56
- "multifamily_unit_count": "1",
57
- "fireshed_capacity": 0.3,
58
- "number_of_bankrupcies": "0",
59
- "number_of_mortgages": "0",
60
- "occupation": "Actor",
61
- "other_deductible": 5000,
62
- "past_liens": "0",
63
- "plumbing_updated_year": "2000",
64
- "pool_type": "None",
65
- "presence_of_fence": "No",
66
- "previous_insurance_company": "Allstate",
67
- "previous_policy_expiration_date": "2024-11-03",
68
- "previous_premium": "150000",
69
- "primary_dwelling_insured": "Yes",
70
- "protection_class": "2",
71
- "purchase_year": "2015",
72
- "replacement_cost": 2251000,
73
- "residence_type": "Owner Occupied Single Family Residence",
74
- "retrofitted": "No",
75
- "roof_material": "Concrete Tile",
76
- "roof_replacement_year": "2012",
77
- "seismic_shutoff": "Yes",
78
- "siding_material": "Adobe",
79
- "slab_plumbing": "No",
80
- "smoke": "Yes",
81
- "spouse_email": "shmoe@joe.com",
82
- "spouse_first_name": "joe",
83
- "spouse_last_name": "shmoe",
84
- "spouse_phone_number": "2153598888",
85
- "co_applicant_address": "9471 Skyline Blvd",
86
- "sprinkler": "Partial",
87
- "start_date": "2024-09-06",
88
- "state": "CA",
89
- "street_address": "9471 Skyline Blvd",
90
- "theft_alarm": "Central",
91
- "waterflow_alarm": "Yes",
92
- "water_damage_limit": "0.05",
93
- "water_deductible": 5000,
94
- "water_heater_update_year": "2018",
95
- "water_shutoff": "No",
96
- "wildfire_category": "C",
97
- "windows_frame_type": "Metal",
98
- "windows_type": "Tempered Glass",
99
- "year_built": "2000",
100
- "producer_ascend_id": "e9d2140b-01fb-4ce1-98a9-f379f2cca132",
101
- "producer_city": "San Francisco",
102
- "producer_commission": "13",
103
- "producer_email": "blah@example.com",
104
- "producer_license_number": "12311",
105
- "producer_name": "Da Broker",
106
- "producer_phone_number": "2153596444",
107
- "producer_state": "California",
108
- "producer_street_address": "548 Market Street",
109
- "producer_street_address2": "PMB 70879",
110
- "producer_zip": "94104",
111
- "broker_name": "The Distributor",
112
- "broker_license_number": 55252,
113
- "producer_id": 14,
114
- "multi_policy_discount": "No",
115
- "stand_protect_discount": "No",
116
- "square_feet": "2000",
117
- "withdrawal_reasons": ["pricing_disagreement"],
118
- "premium_calculated": null,
119
- "rejection_reasons": ["wood_shake_roof", "tiv_over_10m"],
120
- "roof_rating": "Class A",
121
- "zesty_l1": 3,
122
- "zesty_l2": 9,
123
- "zip": "94611",
124
- "reinsurance_carrier_approved": null,
125
- "reinsurance_rate": null,
126
- "fronting_carrier_approval": null,
127
- "stand_second_approval": null,
128
- "competing_carrier": "Something",
129
- "competing_pricing": 12500,
130
- "is_agreed_value": null,
131
- "is_difference_in_condition": null,
132
- "lead_source": null,
133
- "account_manager_name": null,
134
- "alarm_company": null,
135
- "billing_email": null,
136
- "co_applicant_occupation": null,
137
- "construction_renovations_details": null,
138
- "count_domestic_employees": null,
139
- "deck_type": null,
140
- "domestic_employees_duties": null,
141
- "eaves_material": null,
142
- "exterior_door_material": null,
143
- "exterior_sprinkler_type": null,
144
- "farming_activity": null,
145
- "gutter_guards_type": null,
146
- "gutter_material": null,
147
- "has_fence_attached": null,
148
- "has_gutter_guards_installed": null,
149
- "high_risk_tree_type": null,
150
- "is_firewise_community": null,
151
- "mulch_type": null,
152
- "prior_policy_status": null,
153
- "prior_status_reason": null,
154
- "trellis_pergola_material": null,
155
- "water_supply_fittings_type": null,
156
- "water_supply_hoses_type": null,
157
- "year_retrofitted": null
158
-
159
- }