commons (ktg/portfolio-optimiser-commons @ 7d2b46c) is now the source of truth for the framework-neutral shared core; this repo consumes it via git subtree (--squash) at the unchanged shared/ path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AaQCFnfsh3tfq1VfzdJpoi
16 lines
738 B
JSON
16 lines
738 B
JSON
{
|
|
"_note": "IR-projeksjon (ir.SavingsProposal) for det eksisterende deterministiske validatoren. Energitiltaket er mappet inn i kost-IR-en UENDRET: affected_items = byggets totale arlige energikostnad; claimed_saving_nok = modellert LED-besparelse (~10% av total, innenfor 30%-cap); assumptions = energipris-band (NOK/kWh) for Monte Carlo. Se tiltak-led-retrofit.md, seksjon 'Mapping til validatoren'.",
|
|
"project_id": "BYGG-KONTOR-NORD",
|
|
"measure": "LED-retrofit av 200 lysrorarmaturer (90 W -> 40 W) i kontorlokaler",
|
|
"affected_items": [
|
|
{
|
|
"code": "ENERGI-TOTAL-EL",
|
|
"quantity": 300000,
|
|
"unit_cost": 1.0
|
|
}
|
|
],
|
|
"claimed_saving_nok": 30000,
|
|
"assumptions": {
|
|
"ENERGI-TOTAL-EL": [0.70, 1.40]
|
|
}
|
|
}
|