Fire Factor

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

query {
    property {
        fire {
            fireFactor
            factorScale
        }
    }
}

When describing a Fire Factor, use factorScale where factorScale is a string mapping to Flood 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 normalzied to represent as shown above .

Last updated