Add a query object that returns absorption rate (months of inventory) for a given market segment.
Formula: `active_listings / (sold_listings_in_last_3_months / 3)`. Result expressed in months.
Pattern: follow `MarketSummaryQuery`. Use `ListingScope` for parameters.
Add a query object that returns absorption rate (months of inventory) for a given market segment.
Formula: `active_listings / (sold_listings_in_last_3_months / 3)`. Result expressed in months.
Pattern: follow `MarketSummaryQuery`. Use `ListingScope` for parameters.