Wind Factor

Wind Factor is only applicable for a property. Wind Factor is the first-of-its-kind, comprehensive property-level wind risk assessment in the form of a risk score from 1-10.

query {
    property {
        wind {
            windFactor
            factorScale
        }
    }
}

When describing a Wind Factor, use factorScale where factorScale is a string mapping to Wind Factor scores that represents:

1. Minimal
2. Minor
3. Moderate
4. Moderate
5. Major
6. Major
7. Severe
8. Severe
9. Extreme
10. Extreme

factorScale is an enum that is returned in capital strings. It should be normalized to represent as shown above .

Last updated