Annualized Damages

Formerly known as Average Annual Loss (AAL)

The Wind Annualized Consequences API provides expected losses over time.

Example Query

query PropertyWindConsequencesAnnualized($fsid: Int64!, $PropertyWindConsequencesInput: PropertyWindConsequencesInput) {
  property(fsid: $fsid) {
    wind {
      consequences (input: $PropertyWindConsequencesInput) {
        annualized{
          ssp
          year
          relativeYear
          percentile
          days
          damages
        }
      }
    }
  }
}

Last updated