// ----------------------------------------------------------------------------- // Rent-Ka — Rental listings aggregator (Canada, outside Québec) // Author: Simon-Pierre Boucher — contact@spboucher.ai // pages/JusteValeur.tsx: "How is fair value calculated?" // Transparency page on the estimation framework (rentka/fairvalue.py). // ----------------------------------------------------------------------------- import { Link } from "react-router-dom"; import FairValueBadge from "../components/FairValueBadge"; export default function JusteValeurPage() { return (
Rent-Ka price analysis

How is fair value calculated?

On every listing, Rent-Ka shows an estimated fair value of the rent and a badge that places the asking price against the market:

{" "} {" "}

The method, simply

The classification

The gap between the asking price and the fair value determines the badge: below market from −8 %, above market from +8 %, at market in between. These thresholds are recalibrated periodically by observing the market — notably how quickly "below market" listings find takers.

Tip: on the home page, the "▼ Below market" filter shows only the good deals, best ones first.

What it is not

The Rent-Ka fair value is an indicative statistical estimate, recomputed at every sync. It is neither a professional appraisal nor a legal opinion on the rent. No data is invented: when the local market does not provide enough comparable listings, we say so instead of estimating blindly.

Questions or observations about an estimate?{" "} Write to us.
); }