Source
ValiFit Internal Compute · vintage 2026 · refresh cadence: live
Hours until match expires per Atlas Invariant 2 (24h for buyer↔agent high-fit)
Direction of better
No universal direction; user preference determines what is "better".
Unit
Values are reported in hours.
Where the data lives
Tables: lead_assignments
Columns: expires_at
Input field: window_remaining_hrs
JSON-LD example
Every value emitted by ValiFit (in /api/v1, MCP responses, on-page JSON-LD) carries a propertyID set to this metric_id, so AI clients can resolve it back here in one round-trip.
{
"@type": "PropertyValue",
"propertyID": "match.initiator_window_remaining",
"name": "Initiator Window Remaining (hrs)",
"value": "example",
"unitText": "hours",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "composite",
"value": "Match_Score"
},
{
"@type": "PropertyValue",
"name": "level",
"value": "address"
},
{
"@type": "PropertyValue",
"name": "direction",
"value": "optimize"
},
{
"@type": "PropertyValue",
"name": "source_year",
"value": "2026"
},
{
"@type": "PropertyValue",
"name": "fha_safe",
"value": true
}
],
"valueReference": {
"@type": "QuantitativeValue",
"additionalType": "https://valifit.com/catalog/metric",
"identifier": "match.initiator_window_remaining",
"sameAs": "ValiFit Internal Compute"
},
"mentions": [
{
"@type": "Dataset",
"@id": "https://valifit.com/sources/valifit-internal",
"identifier": "VALIFIT_INTERNAL",
"name": "ValiFit Internal Compute",
"url": "https://valifit.com/trust/methodology",
"sameAs": "https://valifit.com/trust/methodology",
"creator": {
"@type": "Organization",
"name": "ValiFit"
},
"temporalCoverage": "live",
"dateModified": "2026-05-11"
}
]
}For programmatic access
GET /api/v1/catalog/metrics?id=match.initiator_window_remaining
MCP tool: get_catalog with id="match.initiator_window_remaining"