Changes
This commit is contained in:
parent
6c90cf3c0f
commit
5b68c8da04
14 changed files with 687 additions and 551 deletions
|
|
@ -86,6 +86,20 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
|
|||
suffix: "",
|
||||
raw: false,
|
||||
},
|
||||
// FeatureConfig {
|
||||
// name: "Estimated current price",
|
||||
// bounds: Bounds::Fixed {
|
||||
// min: 0.0,
|
||||
// max: 2_000_000.0,
|
||||
// },
|
||||
// step: 10000.0,
|
||||
// description: "Inflation-adjusted estimate of the current property value",
|
||||
// detail: "Estimated by applying a repeat-sales price index to the last known sale price. The index tracks price changes within each postcode sector and property type. Properties sold recently will have estimates close to their sale price; older sales are adjusted more. Coverage depends on having enough repeat sales in the local area to build the index.",
|
||||
// source: "price-paid",
|
||||
// prefix: "£",
|
||||
// suffix: "",
|
||||
// raw: false,
|
||||
// },
|
||||
FeatureConfig {
|
||||
name: "Price per sqm",
|
||||
bounds: Bounds::Percentile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue