Air Factor

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

query {
    property {
        air {
            airFactor
            factorScale
        }
    }
}

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