mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
updated pc cost to 30%
This commit is contained in:
parent
bd7a30808a
commit
81f923b5e4
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export async function GET(
|
|||
const contingency = upgraded.contingency ?? 0;
|
||||
const total_funding = upgraded.total_funding ?? 0;
|
||||
const net_cost = construction_cost - total_funding;
|
||||
const pc_cost = construction_cost * 0.28; // Placeholder for PC cost
|
||||
const pc_cost = construction_cost * 0.3; // Placeholder for PC cost
|
||||
|
||||
//
|
||||
// ----------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue