Heat Factor

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

query {
    property {
        heat {
            heatFactor
            factorScale
        }
    }
}

When describing a Heat Factor, use factorScale where factorScale is a string mapping to Heat 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