| Name | Type | Description | Notes |
|---|---|---|---|
| most_probable_price | int | Predicted price, pound | [optional] |
| price_range_from | int | Lower price boundary, pound | [optional] |
| price_range_to | int | Higher price boundary, pound | [optional] |
| confidence | int | Probability (in percents) that actual price is within the specified boundaries | [optional] |
| price_distribution | list[ValuationPriceDistribution] | Describes the probabilities (in percents) that actual price is within particular subranges | [optional] |