class Ha_indicators { inArray = function(needle, haystack) { var length = haystack.length; for(var i = 0; i < length; i++) { if(haystack[i] == needle) return true; } return false; }; constructor() { this.filterIndicatorVariations = [ { "code": "raw", "label": "RAW", "type": "raw" }, { "code": "per10Kpop", "label": "RAW (Per 10K)", "type": "raw" }, { "code": "yyt", "label": "1 Yr Change", "type": "raw" }, { "code": "yy_change", "label": "1 Yr Change", "type": "raw" }, { "code": "mm", "label": "MoM % Chng", "type": "raw" }, { "code": "yy", "label": "YoY % Chng", "type": "raw" }, { "code": "cagr3y", "label": "3-Yr CAGR", "type": "raw" }, { "code": "cagr5y", "label": "5-Yr CAGR", "type": "raw" }, { "code": "pct", "label": "Rank", "type": "pct" }, { "code": "per10Kpop_pct", "label": "Rank (Per 10K)", "type": "pct" }, { "code": "percentile_yy_change", "label": "Rank 1 Yr Change", "type": "pct" }, { "code": "mm_pct", "label": "1-Mo % Chng Rank.", "type": "pct" }, { "code": "yy_pct", "label": "YoY % Chng Rank.", "type": "pct" }, { "code": "cagr3y_pct", "label": "3-Yr CAGR", "type": "pct" }, { "code": "cagr5y_pct", "label": "5-Yr CAGR", "type": "pct" } ]; this.indicatorGroups = { "technical": { "label": "Technical Predictors" }, "hybrid": { "label": "Hybrid Indicators" }, "mls": { "label": "MLS Indicators" }, "appreciation": { "label": "Appreciation Rates" }, "fundamental": { "label": "Fundamental Indicators" } }; if (typeof ha_tools_access_level != 'undefined' && ha_tools_access_level == 'NLI') { this.indicatorGroups = { "mls": { "label": "MLS Indicators" }, "technical": { "label": "Technical Predictors" }, "hybrid": { "label": "Hybrid Indicators" }, "appreciation": { "label": "Appreciation Rates" }, "fundamental": { "label": "Fundamental Indicators" } }; } this.indicators = { "wp_flag": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "is_binary": true }, "variations": [], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "wp_flag", "label": "Wealth Phase", "popover_title": "wp_flag", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_label": "State and Metro Only", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Radio", "options_title": "Options", "options_subtitle": "Show Markets Currently:", "options_selections": { "true": { "label": "Markets IN a Wealth Phase", "option": "IN WP", "button": "IN WP", "value": 1 }, "false": { "label": "Markets NOT in a Wealth Phase", "option": "NOT", "button": "NOT In WP", "value": 0 }, "both": { "label": "Include Both", "option": "BOTH", "button": "BOTH", "value": 2 } }, "options_ui": "Vertical", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 2, "min": 0, "max": 2, "control_value": 2, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "mls_score2_normalised": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 1, "min_year": 2016, "label": "Market Outlook", "popover_title": "mls_score2_normalised", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "mls_score2_normalised", "max_year": 2026, "min_month": 7, "max_month": 2, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "mls_score2_normalised_yy_change": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 1, "reversed_percentile": false, "palette": { "state_ranges": [ -40, -30, -20, -10, 0, 10, 20, 30, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 1, "min_year": 2016, "label": "Market Outlook (1 Yr Change)", "popover_title": "mls_score2_normalised_yy_change", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "mls_score2_normalised_yy_change", "max_year": 2026, "min_month": 7, "max_month": 2, "has_yy_version": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "yy_change" }, "mls_score2_normalised_percentile": { "label": "Market Outlook (Rank)", "popover_title": "mls_score2_normalised_percentile", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "mls_score2_normalised_percentile", "divider": 1, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "tags": [ "mls" ], "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "mls_score2_normalised_percentile_yy_change": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ -40, -30, 20, -10, 0, 10, 20, 30, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 1, "min_year": 2016, "label": "Market Outlook (Rank) (1 Yr Change)", "popover_title": "mls_score2_normalised_percentile_yy_change", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "mls_score2_normalised_percentile_yy_change", "max_year": 2026, "min_month": 7, "max_month": 2, "derived": 15, "rea_datasets": { "county": "", "zip5": "" }, "variation": "percentile_yy_change" }, "score_canary_normalised": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 3, "min_year": 2017, "max_year": 2024, "max_month": 10, "min_month": 7, "label": "Momentum Alert", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_canary_normalised", "variation": "raw" }, "score_canary_normalised_yy_change": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 1, "reversed_percentile": false, "palette": { "state_ranges": [ -40, -30, -20, -10, 0, 10, 20, 30, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 3, "min_year": 2017, "max_year": 2024, "max_month": 10, "min_month": 7, "label": "Momentum Alert (1 Yr Change)", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_canary_normalised_yy_change", "has_yy_version": false, "variation": "yy_change" }, "score_canary_normalised_percentile": { "label": "Momentum Alert (Rank)", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_canary_normalised_percentile", "divider": 1, "tags": [ "mls" ], "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "score_canary_normalised_percentile_yy_change": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ -40, -30, 20, -10, 0, 10, 20, 30, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 3, "min_year": 2017, "max_year": 2024, "max_month": 10, "min_month": 7, "label": "Momentum Alert (Rank) (1 Yr Change)", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_canary_normalised_percentile_yy_change", "derived": 15, "variation": "percentile_yy_change" }, "stability_index": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 7, "label": "Stability Index", "popover_title": "", "access": "PRO,LITE,PMT", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "stability_index", "variation": "raw" }, "stability_index_yy_change": { "tags": [ "mls" ], "divider": 10, "unit_suffix_str": "", "decimal_places": 1, "reversed_percentile": false, "palette": { "state_ranges": [ -40, -30, -20, -10, 0, 10, 20, 30, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 7, "label": "Stability Index (1 Yr Change)", "popover_title": "", "access": "PRO,LITE,PMT", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "stability_index_yy_change", "has_yy_version": false, "mkt_label": "State and Metro Only", "variation": "yy_change" }, "stability_index_percentile": { "label": "Stability Index (Rank)", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO,LITE,PMT", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "stability_index_percentile", "divider": 1, "tags": [ "mls" ], "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "stability_index_percentile_yy_change": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ -40, -30, 20, -10, 0, 10, 20, 30, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 7, "label": "Stability Index (Rank) (1 Yr Change)", "popover_title": "", "access": "PRO,LITE,PMT", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "stability_index_percentile_yy_change", "derived": 15, "mkt_label": "State and Metro Only", "variation": "percentile_yy_change" }, "mb_score_wholesale": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "pct_suffix": "_percentile", "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 8, "label": "Wholesale - Flip Score", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "popover_title": "", "cat": "Technical Predictors", "mapid": "mb_score_wholesale", "mkt_lvl": "", "group": "HousingAlerts", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variation": "raw" }, "mb_score_wholesale_percentile": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "pct_suffix": "_percentile", "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 8, "label": "Wholesale - Flip Score (Rank)", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "popover_title": "", "cat": "Technical Predictors", "mapid": "mb_score_wholesale_percentile", "mkt_lvl": "", "group": "HousingAlerts", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "derived": 5, "variation": "pct" }, "mb_score_creative": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "pct_suffix": "_percentile", "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 8, "label": "Creative REI Score", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "popover_title": "", "cat": "Technical Predictors", "mapid": "mb_score_creative", "mkt_lvl": "", "group": "HousingAlerts", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variation": "raw" }, "mb_score_creative_percentile": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "pct_suffix": "_percentile", "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 8, "label": "Creative REI Score (Rank)", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "popover_title": "", "cat": "Technical Predictors", "mapid": "mb_score_creative_percentile", "mkt_lvl": "", "group": "HousingAlerts", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "derived": 5, "variation": "pct" }, "mb_score_cashflow": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "pct_suffix": "_percentile", "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 8, "label": "Cash Flow Boost Score", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "popover_title": "", "cat": "Technical Predictors", "mapid": "mb_score_cashflow", "mkt_lvl": "", "group": "HousingAlerts", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variation": "raw" }, "mb_score_cashflow_percentile": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "pct_suffix": "_percentile", "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 8, "label": "Cash Flow Boost Score (Rank)", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "popover_title": "", "cat": "Technical Predictors", "mapid": "mb_score_cashflow_percentile", "mkt_lvl": "", "group": "HousingAlerts", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "derived": 5, "variation": "pct" }, "mb_score_wealth": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "pct_suffix": "_percentile", "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 8, "label": "Wealth Maximizer Score", "hide_for": "NLI", "popover_title": "", "cat": "Technical Predictors", "mapid": "mb_score_wealth", "access": "PRO,LITE,PMT", "mkt_lvl": "", "group": "HousingAlerts", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variation": "raw" }, "mb_score_wealth_percentile": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "pct_suffix": "_percentile", "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 8, "label": "Wealth Maximizer Score (Rank)", "hide_for": "NLI", "popover_title": "", "cat": "Technical Predictors", "mapid": "mb_score_wealth_percentile", "access": "PRO,LITE,PMT", "mkt_lvl": "", "group": "HousingAlerts", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "derived": 5, "variation": "pct" }, "score_combo": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 3, "min_year": 2018, "min_month": 7, "max_year": 2025, "max_month": 10, "label": "CRE (Multi-Family) Score", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_combo", "variation": "raw" }, "score_combo_yy_change": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 1, "reversed_percentile": false, "palette": { "state_ranges": [ -40, -30, -20, -10, 0, 10, 20, 30, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 3, "min_year": 2018, "min_month": 7, "max_year": 2025, "max_month": 10, "label": "CRE (Multi-Family) Score (1 Yr Change)", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_combo_yy_change", "has_yy_version": false, "variation": "yy_change" }, "score_combo_percentile": { "label": "CRE (Multi-Family) Score (Rank)", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_combo_percentile", "variation": "pct" }, "score_combo_percentile_yy_change": { "label": "CRE (Multi-Family) Score (Rank) (1 Yr Change)", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_combo_percentile_yy_change", "variation": "percentile_yy_change" }, "score_msf_normalised": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 3, "min_year": 2016, "max_year": 2025, "max_month": 10, "min_month": 7, "label": "State & Metro Forecast", "popover_title": "", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_msf_normalised", "variation": "raw" }, "score_msf_normalised_yy_change": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 1, "reversed_percentile": false, "palette": { "state_ranges": [ -40, -30, -20, -10, 0, 10, 20, 30, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 3, "min_year": 2016, "max_year": 2025, "max_month": 10, "min_month": 7, "label": "State & Metro Forecast (1 Yr Change)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_msf_normalised_yy_change", "has_yy_version": false, "mkt_label": "State and Metro Only", "variation": "yy_change" }, "score_msf_normalised_percentile": { "label": "State & Metro Forecast (Rank)", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_msf_normalised_percentile", "divider": 1, "tags": [ "mls" ], "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "score_msf_normalised_percentile_yy_change": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ -40, -30, 20, -10, 0, 10, 20, 30, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 3, "min_year": 2016, "max_year": 2025, "max_month": 10, "min_month": 7, "label": "State & Metro Forecast (Rank) (1 Yr Change)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_msf_normalised_percentile_yy_change", "derived": 15, "mkt_label": "State and Metro Only", "variation": "percentile_yy_change" }, "momentum_score": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ -250, -150, -100, -50, 0, 50, 100, 150, 250 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "scores_momentum", "label": "S.T.A.R. Momentum", "mkt_label": "State and Metro Only", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "momentum_score_percentile": { "mapid": "scores_momentum", "label": "S.T.A.R. Momentum (Rank)", "mkt_label": "State and Metro Only", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "divider": 1, "tags": [ "mls" ], "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "momentum_score_normalized": { "mapid": "scores_momentum", "label": "S.T.A.R. Momentum Score (Raw)", "mkt_label": "State and Metro Only", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variation": "raw" }, "momentum_score_normalized_percentile": { "mapid": "scores_momentum", "label": "S.T.A.R. Momentum Score Rank", "mkt_label": "State and Metro Only", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variation": "pct" }, "score": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ -10, -8, -5, -2, 0, 2, 4, 6, 8 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "scores", "label": "T.A.P.S. Local Score", "mkt_label": "State and Metro Only", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": -1000, "max": 1000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "score_percentile": { "mapid": "scores", "label": "T.A.P.S. Local Score (Rank)", "mkt_label": "State and Metro Only", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "divider": 1, "tags": [ "mls" ], "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "star_3_is_green": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "is_binary": true }, "variations": [], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "star_3_is_green", "label": "STAR Indicator #3", "popover_title": "", "access": "PRO,PMT", "hide_for": "NLI", "mkt_label": "State and Metro Only", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Radio", "options_title": "Options", "options_subtitle": "Show Markets Currently:", "options_selections": { "true": { "label": "Green", "option": "GREEN", "button": "GREEN", "value": 1 }, "false": { "label": "Not Green", "option": "NotGREEN", "button": "NotGREEN", "value": 0 }, "both": { "label": "Include Both", "option": "BOTH", "button": "BOTH", "value": 2 } }, "options_ui": "Vertical", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 2, "min": 0, "max": 2, "control_value": 2, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "star_4_is_green": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "is_binary": true }, "variations": [], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "star_4_is_green", "label": "STAR Indicator #4", "popover_title": "", "access": "PRO,PMT", "hide_for": "NLI", "mkt_label": "State and Metro Only", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Radio", "options_title": "Options", "options_subtitle": "Show Markets Currently:", "options_selections": { "true": { "label": "Green", "option": "GREEN", "button": "GREEN", "value": 1 }, "false": { "label": "Not Green", "option": "NotGREEN", "button": "NotGREEN", "value": 0 }, "both": { "label": "Include Both", "option": "BOTH", "button": "BOTH", "value": 2 } }, "options_ui": "Vertical", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 2, "min": 0, "max": 2, "control_value": 2, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "star_5_is_green": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "is_binary": true }, "variations": [], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "star_5_is_green", "label": "STAR Indicator #5", "popover_title": "", "access": "PRO,PMT", "hide_for": "NLI", "mkt_label": "State and Metro Only", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Radio", "options_title": "Options", "options_subtitle": "Show Markets Currently:", "options_selections": { "true": { "label": "Green", "option": "GREEN", "button": "GREEN", "value": 1 }, "false": { "label": "Not Green", "option": "NotGREEN", "button": "NotGREEN", "value": 0 }, "both": { "label": "Include Both", "option": "BOTH", "button": "BOTH", "value": 2 } }, "options_ui": "Vertical", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 2, "min": 0, "max": 2, "control_value": 2, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "star_6_is_green": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "is_binary": true }, "variations": [], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "star_6_is_green", "label": "STAR Indicator #6", "popover_title": "", "access": "PRO,PMT", "hide_for": "NLI", "mkt_label": "State and Metro Only", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Radio", "options_title": "Options", "options_subtitle": "Show Markets Currently:", "options_selections": { "true": { "label": "Green", "option": "GREEN", "button": "GREEN", "value": 1 }, "false": { "label": "Not Green", "option": "NotGREEN", "button": "NotGREEN", "value": 0 }, "both": { "label": "Include Both", "option": "BOTH", "button": "BOTH", "value": 2 } }, "options_ui": "Vertical", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 2, "min": 0, "max": 2, "control_value": 2, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "ha_rent_to_price": { "divider": 10, "decimal_places": 1, "palette": { "state_ranges": [ 40, 45, 50, 60, 70, 80, 90, 100, 120 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weak", "legend_edge_label_top": "Strong", "reverse": true }, "mapid": "rtp", "label": "Gross Rent Ratio", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Hybrid Indicators", "format": "Whole", "prep": "", "appn": "%", "step": 1, "c_min": 0, "c_max": 20, "min": 0, "max": 20, "active": false, "variation": "raw" }, "ha_rent_to_price_pct": { "divider": 1, "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weak", "legend_edge_label_top": "Strong", "reverse": true }, "mapid": "rtpp", "label": "Gross Rent Ratio (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Hybrid Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 50, "c_max": 100, "min": 0, "max": 100, "active": false, "variation": "pct" }, "combo_mls_score_rtp2_percentile": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "label": "Market Outlook + Cash Flow (Rank)", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Hybrid Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 50, "c_max": 100, "min": 0, "max": 100, "active": false, "mapid": "combo_mls_score_rtp2_percentile", "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "combo_mls_score_hpv2_percentile": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "label": "Market Outlook + House Value (Rank)", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Hybrid Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 50, "c_max": 100, "min": 0, "max": 100, "active": false, "mapid": "combo_mls_score_hpv2_percentile", "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "ha_value_to_income": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "x", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 3, 3.3, 3.5, 3.8, 4, 4.5, 5, 5.5, 6.5 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "ha_value_to_income_msa", "state": "ha_value_to_income_state", "county": "ha_value_to_income_county", "zip5": "ha_value_to_income_zip5" }, "variations": [ "yy", "pct" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "ha_value_to_income", "label": "Value to Income Ratio", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Hybrid Indicators", "format": "Whole", "prep": "", "appn": "", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "variation_1_options": [ "as_is", "yy", "mm" ], "variation": "raw" }, "ha_value_to_income_yy": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -3.5, -2.5, -1, -0.5, 0, 0.6, 1.2, 1.9, 2.8 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "ha_value_to_income_msa", "state": "ha_value_to_income_state_yy", "county": "ha_value_to_income_county_yy", "zip5": "ha_value_to_income_zip5_yy" }, "variations": [ "yy", "pct" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "ha_value_to_income_yy", "label": "Value to Income Ratio (YoY % Chng)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Hybrid Indicators", "format": "Whole", "prep": "", "appn": "", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "variation_1_options": [ "as_is", "yy", "mm" ], "has_yy_version": false, "variation": "yy" }, "ha_value_to_income_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "ha_value_to_income_msa", "state": "ha_value_to_income_state", "county": "ha_value_to_income_county", "zip5": "ha_value_to_income_zip5" }, "variations": [ "yy", "pct" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "ha_value_to_income_pct", "label": "Value to Income Ratio (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Hybrid Indicators", "format": "Whole", "prep": "", "appn": "", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "variation_1_options": [ "as_is", "yy", "mm" ], "derived": 5, "variation": "pct" }, "ha_affordability": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 18, 21, 22, 23, 25, 28, 30, 35, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less Affordable", "legend_edge_label_top": "More Affordable", "reverse": false }, "rea_datasets": { "msa": "ha_affordability_msa", "state": "ha_affordability_state", "county": "ha_affordability_county", "zip5": "ha_affordability_zip5" }, "variations": [ "pct" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "ha_affordability", "label": "Affordability Ratio", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Hybrid Indicators", "format": "Whole", "prep": "", "appn": "", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "variation_1_options": [ "as_is", "yy", "mm" ], "variation": "raw" }, "ha_affordability_yy": { "mapid": "ha_affordability_yy", "label": "Affordability Ratio (YoY % Chng)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Hybrid Indicators", "format": "Whole", "prep": "", "appn": "%", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "variation": "yy" }, "ha_affordability_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less Affordable", "legend_edge_label_top": "More Affordable", "reverse": true }, "rea_datasets": { "msa": "ha_affordability_msa", "state": "ha_affordability_state", "county": "ha_affordability_county", "zip5": "ha_affordability_zip5" }, "variations": [ "pct" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "ha_affordability_pct", "label": "Affordability Ratio (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Hybrid Indicators", "format": "Whole", "prep": "", "appn": "%", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "variation_1_options": [ "as_is", "yy", "mm" ], "derived": 5, "variation": "pct" }, "mls_ha_nmi": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 1, "unit_suffix_str": "", "decimal_places": 1, "palette": { "state_ranges": [ 1, 1.5, 2, 3, 4, 5, 6, 7, 8 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "mls_ha_nmi_msa", "state": "mls_ha_nmi_state", "county": "mls_ha_nmi_county", "zip5": "mls_ha_nmi_zip5" }, "mapid": "mls_ha_nmi", "label": "Months Inventory", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "format": "Whole", "prep": "", "appn": "", "step": 1, "reverseImpact": true, "precision": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 8, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_mlp": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 175000, 200000, 250000, 300000, 350000, 400000, 500000, 600000, 750000 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Expensive", "legend_edge_label_top": "Cheap", "reverse": false, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_countyfilledmsad", "state": "inventory-state-median_listing_price", "county": "inventory-county-median_listing_price", "zip5": "inventory-zip5-median_listing_price" }, "mapid": "mls_raw_mlp", "label": "Median Listing Price", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 10000000, "min": 0, "max": 10000000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_mlppsqft": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 100, 125, 150, 175, 200, 225, 250, 275, 300 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Expensive", "legend_edge_label_top": "Cheap", "reverse": false, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_per_square_foot_countyfilledmsad", "state": "inventory-state-median_listing_price_per_square_foot", "county": "inventory-county-median_listing_price_per_square_foot", "zip5": "inventory-zip5-median_listing_price_per_square_foot" }, "mapid": "mls_raw_mlppsqft", "label": "Median Price Per Sq Ft", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_mlsqft": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 1, "palette": { "state_ranges": [ 1600, 1700, 1800, 1900, 1950, 2000, 2100, 2200, 2300 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Smaller", "legend_edge_label_top": "Bigger", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-median_square_feet_countyfilledmsad", "state": "inventory-state-median_square_feet", "county": "inventory-county-median_square_feet", "zip5": "inventory-zip5-median_square_feet" }, "mapid": "mls_raw_mlsqft", "label": "Median Listing Sq Ft", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "\\u{00B2} ft.", "step": 1, "c_min": 0, "c_max": 100000, "min": 0, "max": 100000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_alp": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 200000, 250000, 300000, 350000, 400000, 500000, 600000, 700000, 800000 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Expensive", "legend_edge_label_top": "Cheap", "reverse": false, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-average_listing_price_countyfilledmsad", "state": "inventory-state-average_listing_price", "county": "inventory-county-average_listing_price", "zip5": "inventory-zip5-average_listing_price" }, "mapid": "mls_raw_alp", "label": "Average List Price", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 100000000, "min": 0, "max": 100000000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_dom": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 45, 60, 75, 90, 105, 120, 135, 150, 180 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Longer", "legend_edge_label_top": "Shorter", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-median_days_on_market_countyfilledmsad", "state": "inventory-state-median_days_on_market", "county": "inventory-county-median_days_on_market", "zip5": "inventory-zip5-median_days_on_market" }, "mapid": "mls_raw_dom", "label": "Days On Market", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "reverseImpact": true, "c_min": 0, "c_max": 1000, "min": 0, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_ha_ptlpd": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 0.07, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.45, 0.55 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "mls_ha_ptlpd_msa", "state": "mls_ha_ptlpd_state", "county": "mls_ha_ptlpd_county", "zip5": "mls_ha_ptlpd_zip5" }, "mapid": "mls_ha_ptlpd", "label": "% Of Listings w\/ Price Drop", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_pr": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 0.05, 0.1, 0.2, 0.3, 0.4, 0.5, 1, 1.25, 1.75 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less", "legend_edge_label_top": "More", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_ratio_countyfilledmsad", "state": "inventory-state-pending_ratio", "county": "inventory-county-pending_ratio", "zip5": "inventory-zip5-pending_ratio" }, "mapid": "mls_raw_pr", "label": "Pending Sales Ratio", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "precision": 2, "c_min": -100, "c_max": 100, "min": -100, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_plc": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "palette": { "state_ranges": [ 11, 52, 122, 202, 299, 442, 701, 1274, 2699 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less", "legend_edge_label_top": "More", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_listing_count_countyfilledmsad", "state": "inventory-state-pending_listing_count", "county": "inventory-county-pending_listing_count", "zip5": "inventory-zip5-pending_listing_count" }, "mapid": "mls_raw_plc", "label": "Pending Sales", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_tlc": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 370, 518, 682, 896, 1239, 1721, 2470, 3810, 7326 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-total_listing_count_countyfilledmsad", "state": "inventory-state-total_listing_count", "county": "inventory-county-total_listing_count", "zip5": "inventory-zip5-total_listing_count" }, "mapid": "mls_raw_tlc", "label": "Total Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_alc": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 219, 341, 467, 615, 837, 1154, 1656, 2550, 4809 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-active_listing_count_countyfilledmsad", "state": "inventory-state-active_listing_count", "county": "inventory-county-active_listing_count", "zip5": "inventory-zip5-active_listing_count" }, "label": "Active Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "mls_raw_alc", "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_nlc": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 104, 148, 196, 264, 368, 516, 744, 1220, 2508 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-new_listing_count_countyfilledmsad", "state": "inventory-state-new_listing_count", "county": "inventory-county-new_listing_count", "zip5": "inventory-zip5-new_listing_count" }, "mapid": "mls_raw_nlc", "label": "New Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_ha_sne": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "palette": { "state_ranges": [ 82, 130, 181, 247, 342, 486, 718, 1163, 2421 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less", "legend_edge_label_top": "More", "reverse": true }, "rea_datasets": { "msa": "mls_ha_sold_n_expired_msa", "state": "mls_ha_sold_n_expired_state", "county": "mls_ha_sold_n_expired_county", "zip5": "mls_ha_sold_n_expired_zip5" }, "mapid": "mls_ha_sne", "label": "Sold & Expired", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 8, "max_month": 2, "m_step": 1, "variation": "raw" }, "mls_raw_pdc": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 48, 76, 104, 140, 192, 280, 416, 692, 1468 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-price_reduced_count_countyfilledmsad", "state": "inventory-state-price_reduced_count", "county": "inventory-county-price_reduced_count", "zip5": "inventory-zip5-price_reduced_count" }, "mapid": "mls_raw_pdc", "label": "# Listings w\/ Price Drop", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "raw" }, "ach": { "divider": 10, "decimal_places": 1, "palette": { "state_ranges": [ -60, -20, 0, 20, 40, 60, 80, 110, 150 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weak", "legend_edge_label_top": "Strong", "reverse": false }, "mapid": "ach", "label": "Annual Home Price Appreciation (%)", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation": "raw" }, "ach_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 70, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "ach_pct", "label": "Annual Home Price Appreciation (%) (Rank)", "popover_title": "", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "zillow_house_value": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 175000, 200000, 250000, 300000, 350000, 400000, 500000, 600000, 750000 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Expensive", "legend_edge_label_top": "Cheap", "reverse": false, "reversed_growth": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "as_is", "pct", "yy", "mm", "mm_pct", "yy_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 7, "label": "Zillow Home Value Index", "alt_label_for_report": "Home Value Index", "popover_title": "", "access": "PRO,LITE,PMT", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "zillow_house_value", "variation": "raw" }, "zillow_house_value_yy": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 1, "reversed_percentile": true, "palette": { "state_ranges": [ -6, -2, 0, 2, 4, 6, 8, 11, 15 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reversed_growth": true }, "rea_datasets": { "msa": "", "state": "_yy", "county": "_yy", "zip5": "_yy" }, "variations": [ "as_is", "pct", "yy", "mm", "mm_pct", "yy_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 7, "label": "Zillow Home Value Index (YoY % Chng)", "alt_label_for_report": "Home Value Index", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "mapid": "zillow_house_value_yy", "has_yy_version": false, "variation": "yy" }, "zillow_house_value_mm": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 1, "reversed_percentile": true, "palette": { "state_ranges": [ -0.6, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1.1, 1.5 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reversed_growth": true }, "rea_datasets": { "msa": "", "state": "_mm", "county": "_mm", "zip5": "_mm" }, "variations": [ "as_is", "pct", "yy", "mm", "mm_pct", "yy_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 7, "label": "Zillow Home Value Index (MoM % Chng)", "alt_label_for_report": "Home Value Index", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "mapid": "zillow_house_value_mm", "has_yy_version": false, "variation": "mm" }, "zillow_house_value_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Expensive", "legend_edge_label_top": "Cheap", "reverse": true, "reversed_growth": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "as_is", "pct", "yy", "mm", "mm_pct", "yy_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 7, "label": "zillow_house_value (Rank)", "alt_label_for_report": "Home Value Index", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 50, "c_max": 100, "min": 0, "max": 100, "active": false, "mapid": "zillow_house_value_pct", "derived": 5, "variation": "pct" }, "zillow_house_value_yy_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reversed_growth": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "as_is", "pct", "yy", "mm", "mm_pct", "yy_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 7, "label": "zillow_house_value (YoY % Chng Rank.)", "alt_label_for_report": "Home Value Index", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 50, "c_max": 100, "min": 0, "max": 100, "active": false, "mapid": "zillow_house_value_yy_pct", "derived": 15, "variation": "yy_pct" }, "zillow_house_value_mm_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reversed_growth": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "as_is", "pct", "yy", "mm", "mm_pct", "yy_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 7, "label": "zillow_house_value (MoM % Chng Rank.)", "alt_label_for_report": "Home Value Index", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 50, "c_max": 100, "min": 0, "max": 100, "active": false, "mapid": "zillow_house_value_mm_pct", "derived": 335, "variation": "mm_pct" }, "iach": { "mapid": "iach", "label": "Inflation Adjusted Annual Home Price Appreciation (%)", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation": "raw" }, "iach_pct": { "mapid": "iach_pct", "label": "Inflation Adjusted Annual Home Price Appreciation (%) (Rank)", "popover_title": "", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation": "pct" }, "azch": { "mapid": "azch", "label": "Quarterly Home Price Appreciation (annualized %)", "mkt_label": "State and Metro Only", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "State-MSA", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation": "raw" }, "azch_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 70, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "azch_pct", "label": "Quarterly Home Price Appreciation (annualized %) (Rank)", "mkt_label": "State and Metro Only", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "State-MSA", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "qiach": { "mapid": "qiach", "label": "Inflation Adjusted Quarterly Home Price Appreciation (%)", "mkt_label": "State and Metro Only", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "State-MSA", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation": "raw" }, "qiach_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 70, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "qiach_pct", "label": "Inflation Adjusted Quarterly Home Price Appreciation (%) (Rank)", "mkt_label": "State and Metro Only", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "State-MSA", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "cagr2y": { "mapid": "cagr2y", "label": "Annual Home Price Appreciation (%) - 2 yr. CAGR", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation": "raw" }, "cagr2y_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 70, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "cagr2y_pct", "label": "Annual Home Price Appreciation (%) - 2 yr. CAGR (Rank)", "popover_title": "", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "cagr3y": { "mapid": "cagr3y", "label": "Annual Home Price Appreciation (%) - 3 yr. CAGR", "popover_title": "", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation": "raw" }, "cagr3y_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 70, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "cagr3y_pct", "label": "Annual Home Price Appreciation (%) - 3 yr. CAGR (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "cagr5y": { "mapid": "cagr5y", "label": "Annual Home Price Appreciation (%) - 5 yr. CAGR", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation": "raw" }, "cagr5y_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 70, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "cagr5y_pct", "label": "Annual Home Price Appreciation (%) - 5 yr. CAGR (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "rent_cagr3y": { "mapid": "rc3y", "label": "Median Rent (3-Yr CAGR)", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation": "raw" }, "rent_cagr3y_pct": { "mapid": "rc3y", "label": "Median Rent (3-Yr CAGR) (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variation": "pct" }, "rent_cagr5y": { "mapid": "rc5y", "label": "Median Rent (5-Yr CAGR)", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variation": "raw" }, "rent_cagr5y_pct": { "mapid": "rc5y", "label": "Median Rent (5-Yr CAGR) (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variation": "pct" }, "ha_house_rent_yy": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 1, "reversed_percentile": false, "palette": { "state_ranges": [ -40, -30, -20, -10, 0, 10, 20, 30, 40 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "variations": [ "as_is", "pct", "yy", "yy_pct" ], "variation_1_options": [ "as_is", "yy" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "ha_house_rent_yy", "label": "Median Rent Annual Growth", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "has_yy_version": false, "rea_datasets": { "msa": "", "state": "_yy", "county": "_yy", "zip5": "_yy" }, "variation": "yy" }, "ha_house_rent_yy_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "variations": [ "as_is", "pct", "yy", "yy_pct" ], "variation_1_options": [ "as_is", "yy" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "ha_house_rent_yy_pct", "label": "Median Rent Annual Growth (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Appreciation Rates", "format": "Percent", "prep": "", "appn": "%", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "derived": 15, "rea_datasets": { "county": "", "zip5": "" }, "variation": "yy_pct" }, "population": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10000, 50000, 100000, 250000, 500000, 1000000, 2500000, 5000000, 10000000 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Smaller", "legend_edge_label_top": "Larger", "reverse": true }, "variations": [ "as_is", "yy", "yy_pct" ], "variation_1_options": [ "as_is", "yy" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 1, "mapid": "population", "label": "Population", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Fundamental Indicators", "format": "Whole", "prep": "", "appn": "", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "population_yy": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 1, "reversed_percentile": false, "palette": { "state_ranges": [ -2, -1, 0, 0.5, 1, 1.5, 2, 2.5, 3 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "population_yy", "label": "Population (YoY % Chng)", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Fundamental Indicators", "format": "Whole", "prep": "", "appn": "%", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "has_yy_version": false, "rea_datasets": { "msa": "", "state": "_yy", "county": "_yy", "zip5": "_yy" }, "variation": "yy" }, "population_yy_percentile": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "population_yy_percentile", "label": "Population (YoY % Chng Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Fundamental Indicators", "format": "Whole", "prep": "", "appn": "", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "yy_pct" }, "median_household_income": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 30000, 40000, 60000, 50000, 70000, 80000, 90000, 100000, 120000 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "median_household_income", "label": "Median Household Income", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Fundamental Indicators", "format": "Whole", "prep": "", "appn": "", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "median_household_income_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "median_household_income_pct", "label": "Median Household Income (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Fundamental Indicators", "format": "Whole", "prep": "", "appn": "", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "derived": 5, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "ha_house_rent": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 700, 800, 900, 1100, 1300, 1500, 1700, 2000, 2300 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "as_is", "pct", "yy", "yy_pct" ], "variation_1_options": [ "as_is", "yy" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "ha_house_rent", "label": "Median Rent", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Fundamental Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 5000, "min": 0, "max": 10000, "active": false, "rea_datasets": { "county": "", "zip5": "" }, "variation": "raw" }, "ha_house_rent_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "as_is", "pct", "yy", "yy_pct" ], "variation_1_options": [ "as_is", "yy" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "ha_house_rent_pct", "label": "Median Rent (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Fundamental Indicators", "format": "Money", "prep": "", "appn": "", "step": 1, "c_min": 50, "c_max": 100, "min": 0, "max": 100, "active": false, "derived": 5, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "ha_house_value": { "mapid": "hv", "label": "Median Home Value", "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Fundamental Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "reverseImpact": true, "c_min": 100000, "c_max": 300000, "min": 0, "max": 3000000, "active": false, "variation": "raw" }, "ha_house_value_pct": { "mapid": "hv", "label": "Median Home Value (Rank)", "popover_title": "", "access": "PRO", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Fundamental Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 50, "c_max": 100, "min": 0, "max": 100, "active": false, "variation": "pct" }, "mls_ha_nmi_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 10, "unit_suffix_str": "%", "decimal_places": 2, "derived": 1, "palette": { "state_ranges": [ -400, -300, -200, -100, 0, 100, 200, 300, 400 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "mls_ha_nmi_msa", "state": "mls_ha_nmi_state", "county": "mls_ha_nmi_county", "zip5": "mls_ha_nmi_zip5" }, "label": "Months Inventory (YoY % Chng)", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "hide_for": "", "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "yy" }, "mls_ha_nmi_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 10, "unit_suffix_str": "%", "decimal_places": 2, "derived": 33, "palette": { "state_ranges": [ -200, -150, -100, -50, 0, 150, 100, 150, 200 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "mls_ha_nmi_msa", "state": "mls_ha_nmi_state", "county": "mls_ha_nmi_county", "zip5": "mls_ha_nmi_zip5" }, "label": "Months Inventory (MoM % Chng)", "access": "PRO,MLSA", "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "hide_for": "", "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "mm" }, "mls_ha_nmi_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "derived": 5, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "mls_ha_nmi_msa", "state": "mls_ha_nmi_state", "county": "mls_ha_nmi_county", "zip5": "mls_ha_nmi_zip5" }, "label": "Months Inventory (Rank)", "access": "PRO", "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "hide_for": "", "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "pct" }, "mls_raw_mlp_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.2, -0.15, -0.1, -0.05, 0, 0.05, 0.1, 0.15, 0.2 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_yy_countyfilledmsad", "state": "inventory-state-median_listing_price_yy", "county": "inventory-county-median_listing_price_yy", "zip5": "inventory-zip5-median_listing_price_yy" }, "mapid": "mls_raw_mlp_yy", "label": "Median Listing Price (YoY % Chng)", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_mlp_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.05, -0.03, -0.02, -0.01, 0.01, 0.02, 0.03, 0.04, 0.05 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_mm_countyfilledmsad", "state": "inventory-state-median_listing_price_mm", "county": "inventory-county-median_listing_price_mm", "zip5": "inventory-zip5-median_listing_price_mm" }, "mapid": "mls_raw_mlp_mm", "label": "Median Listing Price (MoM % Chng)", "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_mlp_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Expensive", "legend_edge_label_top": "Cheap", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_countyfilledmsad", "state": "inventory-state-median_listing_price", "county": "inventory-county-median_listing_price", "zip5": "inventory-zip5-median_listing_price" }, "mapid": "mls_raw_mlp_pct", "label": "Median Listing Price (Rank)", "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_raw_mlppsqft_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.08, -0.06, -0.04, -0.02, 0, 0.05, 0.1, 0.15, 0.2 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_per_square_foot_yy_countyfilledmsad", "state": "inventory-state-median_listing_price_per_square_foot_yy", "county": "inventory-county-median_listing_price_per_square_foot_yy", "zip5": "inventory-zip5-median_listing_price_per_square_foot_yy" }, "mapid": "mls_raw_mlppsqft_yy", "label": "Median Price Per Sq Ft (YoY % Chng)", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_mlppsqft_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.02, -0.015, 0.01, 0.005, 0, 0.005, 0.01, 0.015, 0.02 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_per_square_foot_mm_countyfilledmsad", "state": "inventory-state-median_listing_price_per_square_foot_mm", "county": "inventory-county-median_listing_price_per_square_foot_mm", "zip5": "inventory-zip5-median_listing_price_per_square_foot_mm" }, "mapid": "mls_raw_mlppsqft_mm", "label": "Median Price Per Sq Ft (MoM % Chng)", "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_mlppsqft_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Expensive", "legend_edge_label_top": "Cheap", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_per_square_foot_countyfilledmsad", "state": "inventory-state-median_listing_price_per_square_foot", "county": "inventory-county-median_listing_price_per_square_foot", "zip5": "inventory-zip5-median_listing_price_per_square_foot" }, "mapid": "mls_raw_mlppsqft_pct", "label": "Median Price Per Sq Ft (Rank)", "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_raw_mlsqft_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "palette": { "state_ranges": [ -0.09, -0.07, -0.05, -0.03, -0.01, 0.01, 0.03, 0.05, 0.07 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-median_square_feet_yy_countyfilledmsad", "state": "inventory-state-median_square_feet_yy", "county": "inventory-county-median_square_feet_yy", "zip5": "inventory-zip5-median_square_feet_yy" }, "mapid": "mls_raw_mlsqft_yy", "label": "Median Listing Sq Ft (YoY % Chng)", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "\\u{00B2} ft.", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_mlsqft_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "palette": { "state_ranges": [ -0.03, -0.02, -0.01, -0.005, 0, 0.005, 0.01, 0.02, 0.03 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-median_square_feet_mm_countyfilledmsad", "state": "inventory-state-median_square_feet_mm", "county": "inventory-county-median_square_feet_mm", "zip5": "inventory-zip5-median_square_feet_mm" }, "mapid": "mls_raw_mlsqft_mm", "label": "Median Listing Sq Ft (MoM % Chng)", "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "\\u{00B2} ft.", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_mlsqft_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Smaller", "legend_edge_label_top": "Bigger", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-median_square_feet_countyfilledmsad", "state": "inventory-state-median_square_feet", "county": "inventory-county-median_square_feet", "zip5": "inventory-zip5-median_square_feet" }, "mapid": "mls_raw_mlsqft_pct", "label": "Median Listing Sq Ft (Rank)", "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "\\u{00B2} ft.", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_raw_alp_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.1, -0.07, -0.04, -0.02, 0.02, 0.05, 0.1, 0.15, 0.2 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-average_listing_price_yy_countyfilledmsad", "state": "inventory-state-average_listing_price_yy", "county": "inventory-county-average_listing_price_yy", "zip5": "inventory-zip5-average_listing_price_yy" }, "mapid": "mls_raw_alp_yy", "label": "Average List Price (YoY % Chng)", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_alp_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.02, -0.01, -0.005, 0, 0.005, 0.01, 0.02, 0.03, 0.04 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-average_listing_price_mm_countyfilledmsad", "state": "inventory-state-average_listing_price_mm", "county": "inventory-county-average_listing_price_mm", "zip5": "inventory-zip5-average_listing_price_mm" }, "mapid": "mls_raw_alp_mm", "label": "Average List Price (MoM % Chng)", "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_alp_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Expensive", "legend_edge_label_top": "Cheap", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-average_listing_price_countyfilledmsad", "state": "inventory-state-average_listing_price", "county": "inventory-county-average_listing_price", "zip5": "inventory-zip5-average_listing_price" }, "mapid": "mls_raw_alp_pct", "label": "Average List Price (Rank)", "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_raw_dom_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.4, -0.25, -0.15, -0.05, 0.05, 0.15, 0.3, 0.5, 0.7 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-median_days_on_market_yy_countyfilledmsad", "state": "inventory-state-median_days_on_market_yy", "county": "inventory-county-median_days_on_market_yy", "zip5": "inventory-zip5-median_days_on_market_yy" }, "mapid": "mls_raw_dom_yy", "label": "Days On Market (YoY % Chng)", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "reverseImpact": true, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_dom_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.2, -0.1, -0.05, 0, 0.05, 0.1, 0.15, 0.2, 0.25 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-median_days_on_market_mm_countyfilledmsad", "state": "inventory-state-median_days_on_market_mm", "county": "inventory-county-median_days_on_market_mm", "zip5": "inventory-zip5-median_days_on_market_mm" }, "mapid": "mls_raw_dom_mm", "label": "Days On Market (MoM % Chng)", "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "reverseImpact": true, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_dom_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Longer", "legend_edge_label_top": "Shorter", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-median_days_on_market_countyfilledmsad", "state": "inventory-state-median_days_on_market", "county": "inventory-county-median_days_on_market", "zip5": "inventory-zip5-median_days_on_market" }, "mapid": "mls_raw_dom_pct", "label": "Days On Market (Rank)", "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "reverseImpact": true, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_ha_ptlpd_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 10, "unit_suffix_str": "%", "decimal_places": 2, "derived": 1, "palette": { "state_ranges": [ -400, -300, -200, -100, 0, 100, 200, 300, 400 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "mls_ha_ptlpd_msa", "state": "mls_ha_ptlpd_state", "county": "mls_ha_ptlpd_county", "zip5": "mls_ha_ptlpd_zip5" }, "label": "% Of Listings w\/ Price Drop (YoY % Chng)", "access": "PRO,LITE,PMT,JV,MLSA", "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "hide_for": "", "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "yy" }, "mls_ha_ptlpd_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 10, "unit_suffix_str": "%", "decimal_places": 2, "derived": 33, "palette": { "state_ranges": [ -200, -150, -100, -50, 0, 50, 100, 150, 200 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "mls_ha_ptlpd_msa", "state": "mls_ha_ptlpd_state", "county": "mls_ha_ptlpd_county", "zip5": "mls_ha_ptlpd_zip5" }, "label": "% Of Listings w\/ Price Drop (MoM % Chng)", "access": "PRO,MLSA", "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "hide_for": "", "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "mm" }, "mls_ha_ptlpd_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "derived": 5, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "mls_ha_ptlpd_msa", "state": "mls_ha_ptlpd_state", "county": "mls_ha_ptlpd_county", "zip5": "mls_ha_ptlpd_zip5" }, "label": "% Of Listings w\/ Price Drop (Rank)", "access": "PRO", "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "hide_for": "", "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "pct" }, "mls_raw_pr_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "palette": { "state_ranges": [ -0.8, -0.5, -0.25, -0.1, 0, 0.1, 0.25, 0.5, 0.8 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_ratio_yy_countyfilledmsad", "state": "inventory-state-pending_ratio_yy", "county": "inventory-county-pending_ratio_yy", "zip5": "inventory-zip5-pending_ratio_yy" }, "mapid": "mls_raw_pr_yy", "label": "Pending Sales Ratio (YoY % Chng)", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "precision": 2, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_pr_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "palette": { "state_ranges": [ -0.25, -0.2, -0.15, -0.1, -0.05, 0.05, 0.1, 0.2, 0.25 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_ratio_mm_countyfilledmsad", "state": "inventory-state-pending_ratio_mm", "county": "inventory-county-pending_ratio_mm", "zip5": "inventory-zip5-pending_ratio_mm" }, "mapid": "mls_raw_pr_mm", "label": "Pending Sales Ratio (MoM % Chng)", "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "precision": 2, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_pr_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less", "legend_edge_label_top": "More", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_ratio_countyfilledmsad", "state": "inventory-state-pending_ratio", "county": "inventory-county-pending_ratio", "zip5": "inventory-zip5-pending_ratio" }, "mapid": "mls_raw_pr_pct", "label": "Pending Sales Ratio (Rank)", "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "precision": 2, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_raw_plc_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "palette": { "state_ranges": [ -0.5, -0.25, -0.1, -0.05, 0.05, 0.1, 0.25, 0.5, 1 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_listing_count_yy_countyfilledmsad", "state": "inventory-state-pending_listing_count_yy", "county": "inventory-county-pending_listing_count_yy", "zip5": "inventory-zip5-pending_listing_count_yy" }, "mapid": "mls_raw_plc_yy", "label": "Pending Sales (YoY % Chng)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_plc_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "palette": { "state_ranges": [ -0.25, -0.15, -0.1, -0.05, 0, 0.05, 0.1, 0.15, 0.25 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_listing_count_mm_countyfilledmsad", "state": "inventory-state-pending_listing_count_mm", "county": "inventory-county-pending_listing_count_mm", "zip5": "inventory-zip5-pending_listing_count_mm" }, "mapid": "mls_raw_plc_mm", "label": "Pending Sales (MoM % Chng)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_plc_per10Kpop": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "palette": { "state_ranges": [ 2, 4, 6, 8, 10, 15, 20, 25, 30 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less", "legend_edge_label_top": "More", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_listing_count_countyfilledmsad", "state": "inventory-state-pending_listing_count", "county": "inventory-county-pending_listing_count", "zip5": "inventory-zip5-pending_listing_count" }, "mapid": "mls_raw_plc_per10Kpop", "label": "Pending Sales (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100000, "min": 0, "max": 100000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 4, "variation": "per10Kpop" }, "mls_raw_plc_per10Kpop_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less", "legend_edge_label_top": "More", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_listing_count_countyfilledmsad", "state": "inventory-state-pending_listing_count", "county": "inventory-county-pending_listing_count", "zip5": "inventory-zip5-pending_listing_count" }, "mapid": "mls_raw_plc_per10Kpop_pct", "label": "Pending Sales (Rank) (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 45, "variation": "per10Kpop_pct" }, "mls_raw_tlc_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.3, -0.2, -0.15, -0.1, 0.1, 0.15, 0.2, 0.25, 0.3 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-total_listing_count_yy_countyfilledmsad", "state": "inventory-state-total_listing_count_yy", "county": "inventory-county-total_listing_count_yy", "zip5": "inventory-zip5-total_listing_count_yy" }, "mapid": "mls_raw_tlc_yy", "label": "Total Listings (YoY % Chng)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_tlc_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.15, -0.1, -0.05, 0, -0.05, 0.1, 0.15, 0.2, 0.25 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-total_listing_count_mm_countyfilledmsad", "state": "inventory-state-total_listing_count_mm", "county": "inventory-county-total_listing_count_mm", "zip5": "inventory-zip5-total_listing_count_mm" }, "mapid": "mls_raw_tlc_mm", "label": "Total Listings (MoM % Chng)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_tlc_per10Kpop": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 20, 30, 40, 50, 60, 70, 80, 90, 100 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-total_listing_count_countyfilledmsad", "state": "inventory-state-total_listing_count", "county": "inventory-county-total_listing_count", "zip5": "inventory-zip5-total_listing_count" }, "mapid": "mls_raw_tlc_per10Kpop", "label": "Total Listings (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100000, "min": 0, "max": 100000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 4, "variation": "per10Kpop" }, "mls_raw_tlc_per10Kpop_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-total_listing_count_countyfilledmsad", "state": "inventory-state-total_listing_count", "county": "inventory-county-total_listing_count", "zip5": "inventory-zip5-total_listing_count" }, "mapid": "mls_raw_tlc_per10Kpop_pct", "label": "Total Listings (Rank) (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 45, "variation": "per10Kpop_pct" }, "mls_raw_alc_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.4, -0.25, -0.15, -0.05, 0.05, 0.15, 0.3, 0.6, 0.8 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-active_listing_count_yy_countyfilledmsad", "state": "inventory-state-active_listing_count_yy", "county": "inventory-county-active_listing_count_yy", "zip5": "inventory-zip5-active_listing_count_yy" }, "label": "Active Listings (YoY % Chng)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "mapid": "mls_raw_alc_yy", "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_alc_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.2, -0.1, -0.05, 0, 0.05, 0.1, 0.15, 0.2, 0.25 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-active_listing_count_mm_countyfilledmsad", "state": "inventory-state-active_listing_count_mm", "county": "inventory-county-active_listing_count_mm", "zip5": "inventory-zip5-active_listing_count_mm" }, "label": "Active Listings (MoM % Chng)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "mapid": "mls_raw_alc_mm", "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_alc_per10Kpop": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 15, 20, 25, 30, 35, 40, 50, 60 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-active_listing_count_countyfilledmsad", "state": "inventory-state-active_listing_count", "county": "inventory-county-active_listing_count", "zip5": "inventory-zip5-active_listing_count" }, "label": "Active Listings (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100000, "min": 0, "max": 100000, "active": false, "mapid": "mls_raw_alc_per10Kpop", "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 4, "variation": "per10Kpop" }, "mls_raw_alc_per10Kpop_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-active_listing_count_countyfilledmsad", "state": "inventory-state-active_listing_count", "county": "inventory-county-active_listing_count", "zip5": "inventory-zip5-active_listing_count" }, "label": "Active Listings (Rank) (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "mapid": "mls_raw_alc_per10Kpop_pct", "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 45, "variation": "per10Kpop_pct" }, "mls_raw_nlc_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.2, -0.15, -0.1, -0.05, 0.05, 0.1, 0.15, 0.2, 0.3 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-new_listing_count_yy_countyfilledmsad", "state": "inventory-state-new_listing_count_yy", "county": "inventory-county-new_listing_count_yy", "zip5": "inventory-zip5-new_listing_count_yy" }, "mapid": "mls_raw_nlc_yy", "label": "New Listings (YoY % Chng)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_nlc_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.2, -0.15, -0.1, -0.05, 0.05, 0.1, 0.15, 0.2, 0.3 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-new_listing_count_mm_countyfilledmsad", "state": "inventory-state-new_listing_count_mm", "county": "inventory-county-new_listing_count_mm", "zip5": "inventory-zip5-new_listing_count_mm" }, "mapid": "mls_raw_nlc_mm", "label": "New Listings (MoM % Chng)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_nlc_per10Kpop": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 7, 8, 9, 10, 12, 14, 16, 20, 25 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-new_listing_count_countyfilledmsad", "state": "inventory-state-new_listing_count", "county": "inventory-county-new_listing_count", "zip5": "inventory-zip5-new_listing_count" }, "mapid": "mls_raw_nlc_per10Kpop", "label": "New Listings (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100000, "min": 0, "max": 100000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 4, "variation": "per10Kpop" }, "mls_raw_nlc_per10Kpop_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-new_listing_count_countyfilledmsad", "state": "inventory-state-new_listing_count", "county": "inventory-county-new_listing_count", "zip5": "inventory-zip5-new_listing_count" }, "mapid": "mls_raw_nlc_per10Kpop_pct", "label": "New Listings (Rank) (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 45, "variation": "per10Kpop_pct" }, "mls_ha_sne_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 10, "derived": 1, "unit_suffix_str": "%", "decimal_places": 1, "palette": { "state_ranges": [ -200, -150, -100, -50, 0, 150, 100, 150, 200 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "mls_ha_sold_n_expired_msa", "state": "mls_ha_sold_n_expired_state", "county": "mls_ha_sold_n_expired_county", "zip5": "mls_ha_sold_n_expired_zip5" }, "label": "Sold & Expired (YoY % Chng)", "access": "PRO,LITE,PMT,JV,MLSA", "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "hide_for": "", "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "yy" }, "mls_ha_sne_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 10, "derived": 33, "unit_suffix_str": "%", "decimal_places": 1, "palette": { "state_ranges": [ -200, -150, -100, -50, 0, 150, 100, 150, 200 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "mls_ha_sold_n_expired_msa", "state": "mls_ha_sold_n_expired_state", "county": "mls_ha_sold_n_expired_county", "zip5": "mls_ha_sold_n_expired_zip5" }, "label": "Sold & Expired (MoM % Chng)", "access": "PRO,MLSA", "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "hide_for": "", "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "mm" }, "mls_ha_sne_per10Kpop": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "palette": { "state_ranges": [ 3, 6, 9, 12, 15, 20, 25, 30, 35 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less", "legend_edge_label_top": "More", "reverse": true }, "rea_datasets": { "msa": "mls_ha_sold_n_expired_msa", "state": "mls_ha_sold_n_expired_state", "county": "mls_ha_sold_n_expired_county", "zip5": "mls_ha_sold_n_expired_zip5" }, "mapid": "mls_ha_sne_per10Kpop", "label": "Sold & Expired (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100000, "min": 0, "max": 100000, "active": false, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 8, "max_month": 2, "m_step": 1, "derived": 4, "variation": "per10Kpop" }, "mls_ha_sne_per10Kpop_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less", "legend_edge_label_top": "More", "reverse": true }, "rea_datasets": { "msa": "mls_ha_sold_n_expired_msa", "state": "mls_ha_sold_n_expired_state", "county": "mls_ha_sold_n_expired_county", "zip5": "mls_ha_sold_n_expired_zip5" }, "mapid": "mls_ha_sne_per10Kpop_pct", "label": "Sold & Expired (Rank) (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 8, "max_month": 2, "m_step": 1, "derived": 45, "variation": "per10Kpop_pct" }, "mls_raw_pdc_yy": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.6, -0.4, -0.2, -0.1, 0.1, 0.2, 0.4, 0.6, 0.8 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-price_reduced_count_yy_countyfilledmsad", "state": "inventory-state-price_reduced_count_yy", "county": "inventory-county-price_reduced_count_yy", "zip5": "inventory-zip5-price_reduced_count_yy" }, "mapid": "mls_raw_pdc_yy", "label": "# Listings w\/ Price Drop (YoY % Chng)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "yy" }, "mls_raw_pdc_mm": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 0.01, "unit_suffix_str": "%", "decimal_places": 2, "reversed_percentile": true, "palette": { "state_ranges": [ -0.3, -0.2, -0.1, 0, 0.1, 0.2, 0.3, 0.4, 0.5 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-price_reduced_count_mm_countyfilledmsad", "state": "inventory-state-price_reduced_count_mm", "county": "inventory-county-price_reduced_count_mm", "zip5": "inventory-zip5-price_reduced_count_mm" }, "mapid": "mls_raw_pdc_mm", "label": "# Listings w\/ Price Drop (MoM % Chng)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2017, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "has_yy_version": false, "variation": "mm" }, "mls_raw_pdc_per10Kpop": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 2, 4, 6, 8, 10, 12, 14, 16, 18 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": false }, "rea_datasets": { "msa": "inventory-msa-price_reduced_count_countyfilledmsad", "state": "inventory-state-price_reduced_count", "county": "inventory-county-price_reduced_count", "zip5": "inventory-zip5-price_reduced_count" }, "mapid": "mls_raw_pdc_per10Kpop", "label": "# Listings w\/ Price Drop (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100000, "min": 0, "max": 100000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 4, "variation": "per10Kpop" }, "mls_raw_pdc_per10Kpop_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-price_reduced_count_countyfilledmsad", "state": "inventory-state-price_reduced_count", "county": "inventory-county-price_reduced_count", "zip5": "inventory-zip5-price_reduced_count" }, "mapid": "mls_raw_pdc_per10Kpop_pct", "label": "# Listings w\/ Price Drop (Rank) (Per 10K)", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": 0, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 45, "variation": "per10Kpop_pct" }, "mls_ha_sne_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 1, "derived": 15, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "mls_ha_sold_n_expired_msa", "state": "mls_ha_sold_n_expired_state", "county": "mls_ha_sold_n_expired_county", "zip5": "mls_ha_sold_n_expired_zip5" }, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "yy_pct" }, "mls_ha_sne_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 1, "derived": 335, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "mls_ha_sold_n_expired_msa", "state": "mls_ha_sold_n_expired_state", "county": "mls_ha_sold_n_expired_county", "zip5": "mls_ha_sold_n_expired_zip5" }, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "mm_pct" }, "mls_ha_nmi_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "derived": 15, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "mls_ha_nmi_msa", "state": "mls_ha_nmi_state", "county": "mls_ha_nmi_county", "zip5": "mls_ha_nmi_zip5" }, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "yy_pct" }, "mls_ha_nmi_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "derived": 335, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "mls_ha_nmi_msa", "state": "mls_ha_nmi_state", "county": "mls_ha_nmi_county", "zip5": "mls_ha_nmi_zip5" }, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "mm_pct" }, "mls_ha_ptlpd_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "derived": 15, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "mls_ha_ptlpd_msa", "state": "mls_ha_ptlpd_state", "county": "mls_ha_ptlpd_county", "zip5": "mls_ha_ptlpd_zip5" }, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "yy_pct" }, "mls_ha_ptlpd_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "cat": "MLS Indicators", "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "derived": 335, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "mls_ha_ptlpd_msa", "state": "mls_ha_ptlpd_state", "county": "mls_ha_ptlpd_county", "zip5": "mls_ha_ptlpd_zip5" }, "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "variation": "mm_pct" }, "mls_score2_normalised_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 1, "min_year": 2016, "label": "Market Outlook", "popover_title": "mls_score2_normalised", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "mls_score2_normalised_pct", "max_year": 2026, "min_month": 7, "max_month": 2, "derived": 5, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "score_canary_normalised_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 3, "min_year": 2017, "max_year": 2024, "max_month": 10, "min_month": 7, "label": "Momentum Alert", "popover_title": "", "mkt_label": "State and Metro Only", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_canary_normalised_pct", "derived": 5, "variation": "pct" }, "stability_index_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 1, "min_year": 2017, "max_year": 2026, "max_month": 2, "min_month": 7, "label": "Stability Index", "popover_title": "", "access": "PRO,LITE,PMT", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "stability_index_pct", "derived": 5, "variation": "pct" }, "score_msf_normalised_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "rea_datasets": { "county": "", "zip5": "" }, "variations": [ "yy_change", "pct", "percentile_yy_change" ], "variation_1_options": [ "as_is", "yy_change" ], "m_step": 3, "min_year": 2016, "max_year": 2025, "max_month": 10, "min_month": 7, "label": "State & Metro Forecast", "popover_title": "", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "score_msf_normalised_pct", "derived": 5, "variation": "pct" }, "momentum_score_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "scores_momentum", "label": "S.T.A.R. Momentum", "mkt_label": "State and Metro Only", "access": "PRO,LITE,PMT,JV", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": -1000, "c_max": 1000, "min": -1000, "max": 1000, "active": false, "derived": 5, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "score_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "scores", "label": "T.A.P.S. Local Score", "mkt_label": "State and Metro Only", "access": "PRO,PMT", "hide_for": "NLI", "mkt_lvl": "State-MSA", "parent_market_data_for_mm": true, "group": "HousingAlerts", "cat": "Technical Predictors", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 100, "min": -1000, "max": 1000, "active": false, "derived": 5, "rea_datasets": { "county": "", "zip5": "" }, "variation": "pct" }, "mls_raw_mlp_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_countyfilledmsad", "state": "inventory-state-median_listing_price", "county": "inventory-county-median_listing_price", "zip5": "inventory-zip5-median_listing_price" }, "mapid": "mls_raw_mlp_yy_pct", "label": "Median Listing Price", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 10000000, "min": 0, "max": 10000000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_mlp_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_countyfilledmsad", "state": "inventory-state-median_listing_price", "county": "inventory-county-median_listing_price", "zip5": "inventory-zip5-median_listing_price" }, "mapid": "mls_raw_mlp_mm_pct", "label": "Median Listing Price", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 10000000, "min": 0, "max": 10000000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "mls_raw_mlppsqft_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_per_square_foot_countyfilledmsad", "state": "inventory-state-median_listing_price_per_square_foot", "county": "inventory-county-median_listing_price_per_square_foot", "zip5": "inventory-zip5-median_listing_price_per_square_foot" }, "mapid": "mls_raw_mlppsqft_yy_pct", "label": "Median Price Per Sq Ft", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_mlppsqft_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-median_listing_price_per_square_foot_countyfilledmsad", "state": "inventory-state-median_listing_price_per_square_foot", "county": "inventory-county-median_listing_price_per_square_foot", "zip5": "inventory-zip5-median_listing_price_per_square_foot" }, "mapid": "mls_raw_mlppsqft_mm_pct", "label": "Median Price Per Sq Ft", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "mls_raw_mlsqft_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-median_square_feet_countyfilledmsad", "state": "inventory-state-median_square_feet", "county": "inventory-county-median_square_feet", "zip5": "inventory-zip5-median_square_feet" }, "mapid": "mls_raw_mlsqft_yy_pct", "label": "Median Listing Sq Ft", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "\\u{00B2} ft.", "step": 1, "c_min": 0, "c_max": 100000, "min": 0, "max": 100000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_mlsqft_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-median_square_feet_countyfilledmsad", "state": "inventory-state-median_square_feet", "county": "inventory-county-median_square_feet", "zip5": "inventory-zip5-median_square_feet" }, "mapid": "mls_raw_mlsqft_mm_pct", "label": "Median Listing Sq Ft", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "\\u{00B2} ft.", "step": 1, "c_min": 0, "c_max": 100000, "min": 0, "max": 100000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "mls_raw_alp_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-average_listing_price_countyfilledmsad", "state": "inventory-state-average_listing_price", "county": "inventory-county-average_listing_price", "zip5": "inventory-zip5-average_listing_price" }, "mapid": "mls_raw_alp_yy_pct", "label": "Average List Price", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 100000000, "min": 0, "max": 100000000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_alp_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true, "reverse_for_yy_mm": true }, "rea_datasets": { "msa": "inventory-msa-average_listing_price_countyfilledmsad", "state": "inventory-state-average_listing_price", "county": "inventory-county-average_listing_price", "zip5": "inventory-zip5-average_listing_price" }, "mapid": "mls_raw_alp_mm_pct", "label": "Average List Price", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Money", "prep": "$", "appn": "", "step": 1, "c_min": 0, "c_max": 100000000, "min": 0, "max": 100000000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "mls_raw_dom_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-median_days_on_market_countyfilledmsad", "state": "inventory-state-median_days_on_market", "county": "inventory-county-median_days_on_market", "zip5": "inventory-zip5-median_days_on_market" }, "mapid": "mls_raw_dom_yy_pct", "label": "Days On Market", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "reverseImpact": true, "c_min": 0, "c_max": 1000, "min": 0, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_dom_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-median_days_on_market_countyfilledmsad", "state": "inventory-state-median_days_on_market", "county": "inventory-county-median_days_on_market", "zip5": "inventory-zip5-median_days_on_market" }, "mapid": "mls_raw_dom_mm_pct", "label": "Days On Market", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "reverseImpact": true, "c_min": 0, "c_max": 1000, "min": 0, "max": 1000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "mls_raw_pr_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_ratio_countyfilledmsad", "state": "inventory-state-pending_ratio", "county": "inventory-county-pending_ratio", "zip5": "inventory-zip5-pending_ratio" }, "mapid": "mls_raw_pr_yy_pct", "label": "Pending Sales Ratio", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "precision": 2, "c_min": -100, "c_max": 100, "min": -100, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_pr_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_ratio_countyfilledmsad", "state": "inventory-state-pending_ratio", "county": "inventory-county-pending_ratio", "zip5": "inventory-zip5-pending_ratio" }, "mapid": "mls_raw_pr_mm_pct", "label": "Pending Sales Ratio", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "precision": 2, "c_min": -100, "c_max": 100, "min": -100, "max": 100, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "mls_raw_plc_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Less", "legend_edge_label_top": "More", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_listing_count_countyfilledmsad", "state": "inventory-state-pending_listing_count", "county": "inventory-county-pending_listing_count", "zip5": "inventory-zip5-pending_listing_count" }, "mapid": "mls_raw_plc_pct", "label": "Pending Sales", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_raw_plc_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_listing_count_countyfilledmsad", "state": "inventory-state-pending_listing_count", "county": "inventory-county-pending_listing_count", "zip5": "inventory-zip5-pending_listing_count" }, "mapid": "mls_raw_plc_yy_pct", "label": "Pending Sales", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_plc_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Falling", "legend_edge_label_top": "Rising", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-pending_listing_count_countyfilledmsad", "state": "inventory-state-pending_listing_count", "county": "inventory-county-pending_listing_count", "zip5": "inventory-zip5-pending_listing_count" }, "mapid": "mls_raw_plc_mm_pct", "label": "Pending Sales", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "mls_raw_tlc_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-total_listing_count_countyfilledmsad", "state": "inventory-state-total_listing_count", "county": "inventory-county-total_listing_count", "zip5": "inventory-zip5-total_listing_count" }, "mapid": "mls_raw_tlc_pct", "label": "Total Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_raw_tlc_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-total_listing_count_countyfilledmsad", "state": "inventory-state-total_listing_count", "county": "inventory-county-total_listing_count", "zip5": "inventory-zip5-total_listing_count" }, "mapid": "mls_raw_tlc_yy_pct", "label": "Total Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_tlc_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-total_listing_count_countyfilledmsad", "state": "inventory-state-total_listing_count", "county": "inventory-county-total_listing_count", "zip5": "inventory-zip5-total_listing_count" }, "mapid": "mls_raw_tlc_mm_pct", "label": "Total Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "mls_raw_alc_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-active_listing_count_countyfilledmsad", "state": "inventory-state-active_listing_count", "county": "inventory-county-active_listing_count", "zip5": "inventory-zip5-active_listing_count" }, "label": "Active Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "mls_raw_alc_pct", "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_raw_alc_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-active_listing_count_countyfilledmsad", "state": "inventory-state-active_listing_count", "county": "inventory-county-active_listing_count", "zip5": "inventory-zip5-active_listing_count" }, "label": "Active Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "mls_raw_alc_yy_pct", "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_alc_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-active_listing_count_countyfilledmsad", "state": "inventory-state-active_listing_count", "county": "inventory-county-active_listing_count", "zip5": "inventory-zip5-active_listing_count" }, "label": "Active Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "mapid": "mls_raw_alc_mm_pct", "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "mls_raw_nlc_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-new_listing_count_countyfilledmsad", "state": "inventory-state-new_listing_count", "county": "inventory-county-new_listing_count", "zip5": "inventory-zip5-new_listing_count" }, "mapid": "mls_raw_nlc_pct", "label": "New Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_raw_nlc_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-new_listing_count_countyfilledmsad", "state": "inventory-state-new_listing_count", "county": "inventory-county-new_listing_count", "zip5": "inventory-zip5-new_listing_count" }, "mapid": "mls_raw_nlc_yy_pct", "label": "New Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_nlc_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-new_listing_count_countyfilledmsad", "state": "inventory-state-new_listing_count", "county": "inventory-county-new_listing_count", "zip5": "inventory-zip5-new_listing_count" }, "mapid": "mls_raw_nlc_mm_pct", "label": "New Listings", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "mls_raw_pdc_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "More", "legend_edge_label_top": "Less", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-price_reduced_count_countyfilledmsad", "state": "inventory-state-price_reduced_count", "county": "inventory-county-price_reduced_count", "zip5": "inventory-zip5-price_reduced_count" }, "mapid": "mls_raw_pdc_pct", "label": "# Listings w\/ Price Drop", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 5, "variation": "pct" }, "mls_raw_pdc_yy_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-price_reduced_count_countyfilledmsad", "state": "inventory-state-price_reduced_count", "county": "inventory-county-price_reduced_count", "zip5": "inventory-zip5-price_reduced_count" }, "mapid": "mls_raw_pdc_yy_pct", "label": "# Listings w\/ Price Drop", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 15, "variation": "yy_pct" }, "mls_raw_pdc_mm_pct": { "include_in_fill_loop": true, "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": true, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Rising", "legend_edge_label_top": "Falling", "reverse": true }, "rea_datasets": { "msa": "inventory-msa-price_reduced_count_countyfilledmsad", "state": "inventory-state-price_reduced_count", "county": "inventory-county-price_reduced_count", "zip5": "inventory-zip5-price_reduced_count" }, "mapid": "mls_raw_pdc_mm_pct", "label": "# Listings w\/ Price Drop", "hasPer10KpopVariation": true, "popover_title": "", "access": "PRO,LITE,PMT,JV", "hide_for": "", "mkt_lvl": "", "group": "MLS Analyst", "cat": "MLS Indicators", "format": "Whole", "prep": "", "appn": "", "step": 1, "c_min": 0, "c_max": 10000, "min": 0, "max": 10000, "active": false, "variations": [ "yy", "mm", "pct", "yy_pct", "mm_pct" ], "variation_1_options": [ "as_is", "yy", "mm" ], "min_year": 2016, "max_year": 2026, "min_month": 7, "max_month": 2, "m_step": 1, "derived": 335, "variation": "mm_pct" }, "population_yy_pct": { "tags": [ "mls" ], "divider": 1, "unit_suffix_str": "%", "decimal_places": 0, "reversed_percentile": false, "palette": { "state_ranges": [ 10, 20, 30, 40, 50, 60, 70, 80, 90 ], "ranges_manual": true, "ranges_multiplier": 1, "legend_edge_label_bottom": "Weaker", "legend_edge_label_top": "Stronger", "reverse": true }, "variations": [ "pct" ], "variation_1_options": [ "as_is" ], "m_step": 1, "min_year": 2026, "max_year": 2026, "max_month": 2, "min_month": 2, "mapid": "population_yy_pct", "label": "Population (YoY % Chng)", "popover_title": "", "access": "PRO,LITE,PMT,JV,MLSA,NLI", "hide_for": "NLI", "mkt_lvl": "", "group": "HousingAlerts", "cat": "Fundamental Indicators", "format": "Whole", "prep": "", "appn": "%", "step": 100, "c_min": 3000, "c_max": 50000000, "min": 100, "max": 100000000, "active": false, "derived": 5, "rea_datasets": { "county": "", "zip5": "" }, "variation": "yy_pct" } }; //------------------------------------------------------------------- // Assign access restrictions to the list of indicators: for (const indicatorKey in this.indicators) { this.indicators[indicatorKey].available = true; this.indicators[indicatorKey].upgrade_required = false; var indicatorAccessStrings = []; if (this.indicators[indicatorKey].access) { indicatorAccessStrings = this.indicators[indicatorKey].access.split(','); } if (!this.inArray(ha_tools_access_level, indicatorAccessStrings)) { if (ha_tools_access_level == 'JV') { // delete this.indicators[indicatorKey]; this.indicators[indicatorKey].available = false; } else { this.indicators[indicatorKey].upgrade_required = true; } } if (typeof this.indicators[indicatorKey].hide_for == 'string' && this.indicators[indicatorKey].hide_for.split(',').indexOf(ha_tools_access_level) !== -1) { this.indicators[indicatorKey].available = false; } if (typeof this.indicators[indicatorKey].parent_market_data_for_mm == 'undefined') { this.indicators[indicatorKey].parent_market_data_for_mm = false; } // this.indicators[indicatorKey].restriction_css_class = 'State-MSA'; } //------------------------------------------------------------------- } //==================================================================================================== //==================================================================================================== //==================================================================================================== isFilterIndicatorBasic(indicatorKey) { //---- Special Cases -------------------------------------- if (indicatorKey == 'rent_cagr3y') return false; if (indicatorKey == 'rent_cagr3y_pct') return false; if (indicatorKey == 'rent_cagr5y') return false; if (indicatorKey == 'rent_cagr5y_pct') return false; if (indicatorKey == 'score_master_percentile') return false; if (indicatorKey == 'score_master_normalized_percentile') return false; //--------------------------------------------------------- if (indicatorKey.indexOf('_pct') > 0 && typeof this.indicators[indicatorKey.replace('_pct','')] == 'object') return false; if (indicatorKey.indexOf('_per10Kpop') > 0 && typeof this.indicators[indicatorKey.replace('_per10Kpop','')] == 'object') return false; if (indicatorKey.indexOf('_percentile') > 0 && typeof this.indicators[indicatorKey.replace('_percentile','')] == 'object') return false; if (indicatorKey.indexOf('_mm') > 0 && typeof this.indicators[indicatorKey.replace('_mm','')] == 'object') return false; if (indicatorKey.indexOf('_yy') > 0 && typeof this.indicators[indicatorKey.replace('_yy','')] == 'object') return false; if (indicatorKey.indexOf('_yyt') > 0 && typeof this.indicators[indicatorKey.replace('_yyt','')] == 'object') return false; if (indicatorKey.indexOf('_yy_change') > 0 && typeof this.indicators[indicatorKey.replace('_yy_change','')] == 'object') return false; if (indicatorKey.indexOf('_mm') > 0 && typeof this.indicators[indicatorKey.replace('_mm','') + '_per10Kpop'] == 'object') return false; if (indicatorKey.indexOf('_yy') > 0 && typeof this.indicators[indicatorKey.replace('_yy','') + '_per10Kpop'] == 'object') return false; return true; } getIndicatorVariation(basicIndicatorKey, variation) { //---- Special Cases -------------------------------------- if (ha_tools_access_level == 'JV' && basicIndicatorKey == 'ha_house_rent' && variation == 'cagr3y') return false; if (basicIndicatorKey == 'ha_house_rent' && variation == 'cagr3y') return 'rent_cagr3y'; if (basicIndicatorKey == 'ha_house_rent' && variation == 'cagr3y_pct') return 'rent_cagr3y_pct'; if (basicIndicatorKey == 'ha_house_rent' && variation == 'cagr5y') return 'rent_cagr5y'; if (basicIndicatorKey == 'ha_house_rent' && variation == 'cagr5y_pct') return 'rent_cagr5y_pct'; if (basicIndicatorKey == 'ha_house_rent' && variation == 'yy') return 'ha_house_rent_yy'; if (basicIndicatorKey == 'ha_house_rent' && variation == 'yy_pct') return 'ha_house_rent_yy_pct'; if (basicIndicatorKey == 'score_master_normalized' && variation == 'pct') return 'score_master_normalized_percentile'; //--------------------------------------------------------- for (const indicatorKey in this.indicators) { // if (basicIndicatorKey.indexOf('_per10Kpop') >= 0 && variation != 'raw' && variation != 'pct') { // basicIndicatorKey = basicIndicatorKey.replace('_per10Kpop',''); // } if (basicIndicatorKey == 'score') { // Gets special treatment because 'score' also matches a few other scores star start with that. if (variation == 'yy') return 'score_yy'; if (variation == 'raw') return 'score'; return false; } if (this.indicators[indicatorKey].variation == variation && indicatorKey.indexOf(basicIndicatorKey) == 0) return indicatorKey; } return false; } indicatorHasVariationsOfType(basicIndicatorKey, variationType) { for (const variationKey in this.filterIndicatorVariations) { if (this.filterIndicatorVariations[variationKey].type == variationType) { const fullIndicatorKey = this.getIndicatorVariation(basicIndicatorKey, this.filterIndicatorVariations[variationKey].code); if ( fullIndicatorKey !== false) { if (this.indicators[fullIndicatorKey]?.available) { // console.log(">" + basicIndicatorKey + " has option: " + fullIndicatorKey); return true; } } } } return false; } indicatorHasAnyVariationsAvailable(basicIndicatorKey, withUpgrade) { for (const variationKey in this.filterIndicatorVariations) { const fullIndicatorKey = this.getIndicatorVariation(basicIndicatorKey, this.filterIndicatorVariations[variationKey].code); if ( fullIndicatorKey !== false) { if (this.indicators[fullIndicatorKey]?.available) { if (withUpgrade || !this.indicators[fullIndicatorKey]?.upgrade_required) { if (false && basicIndicatorKey == 'score_master_normalized') { console.log("[" + basicIndicatorKey + "] has option: " + fullIndicatorKey + "; var key:[" + this.filterIndicatorVariations[variationKey].code + "]"); } return true; } } } } return false; } isIndicatorVariationAvailable(basicIndicatorKey, variationType) { const fullIndicatorKey = this.getIndicatorVariation(basicIndicatorKey, variationType); if (fullIndicatorKey === false) return false; return this.indicators[fullIndicatorKey].available; } get_indicators() { return this.indicators; } get_indicator_groups() { return this.indicatorGroups; } get_filter_indicator_variations() { return this.filterIndicatorVariations; } get_indicator_label(dataset_code_full) { if (typeof this.indicators[dataset_code_full] == 'object') { if (typeof this.indicators[dataset_code_full].label == 'string') { return this.indicators[dataset_code_full].label; } } return 'LBL[' + dataset_code_full + ']'; } get_indicator_object(dataset_code_full) { if (typeof this.indicators[dataset_code_full] == 'object') { return this.indicators[dataset_code_full]; } return null; } get_map_ds_variation1(dataset_code_full) { if (dataset_code_full.indexOf('_yy_change') > 0) return 'yy_change'; if (dataset_code_full.indexOf('_yy') > 0) return 'yy'; if (dataset_code_full.indexOf('_mm') > 0) return 'mm'; return 'as_is'; // default to raw } get_map_ds_variation2(dataset_code_full) { if (dataset_code_full.indexOf('_pct') > 0) return 'pct'; if (dataset_code_full.indexOf('_percentile') > 0) return 'pct'; return 'raw'; // default to raw } get_basic_indicator(dataset_code_full) { let result = dataset_code_full; if (dataset_code_full.indexOf('_yy') > 0) result = result.replace('_yy',''); if (dataset_code_full.indexOf('_mm') > 0) result = result.replace('_mm',''); if (dataset_code_full.indexOf('_pct') > 0) result = result.replace('_pct',''); if (dataset_code_full.indexOf('_percentile') > 0) result = result.replace('_percentile',''); if (dataset_code_full.indexOf('_change') > 0) result = result.replace('_change',''); return result; } }