stand_socotra_policy_transformer 2.0.1 → 2.0.2

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.
@@ -135,6 +135,9 @@
135
135
  "first_street_wf_score": [
136
136
  "4"
137
137
  ],
138
+ "bellweather_wf_score": [
139
+ "0.0017"
140
+ ],
138
141
  "degrees_of_slope": [
139
142
  "0"
140
143
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stand_socotra_policy_transformer",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Stands internal javascipt module for executing underwritting",
5
5
  "main": "dist/stand_underwriter.js",
6
6
  "scripts": {
@@ -66,6 +66,7 @@ entries_v2 = [
66
66
  new SocotraEntry("roof_replacement_year", "roof_replaced_year", "policy.fields"),
67
67
  new SocotraEntry("seismic_shutoff", "seismic_shutoff", "policy.fields"),
68
68
  new SocotraEntry("coverage_f", "coverage_f", "policy.fields"),
69
+ new SocotraEntry("bellweather_wf_score", "bellweather_wf_score", "policy.fields", parseFloat),
69
70
  new SocotraEntry("first_street_score", "first_street_wf_score", "policy.fields", parseInt),
70
71
  new SocotraEntry("degree_of_slope", "degrees_of_slope", "policy.fields"),
71
72
  new SocotraEntry("number_of_bankrupcies", "bankruptcies_judgements_liens", "policy.fields"),