Skip to content

Commit a4e2bfc

Browse files
committed
feat(web): add disposed_find_face to Report type (om-ihcs)
Mirror calc.go's json:"disposed_find_face" (ADR-008 (c)) in the TS Report interface. Type-only; a component of kept_face, not CRH net or total basis. No runtime behavior change.
1 parent 5ec4366 commit a4e2bfc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

web/app/src/lib/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ export interface Report {
186186
returns: number
187187
clad_face: number
188188
kept_face: number
189+
// Face (basis) of SOLD CRH finds that stays on the kept side of the float
190+
// (ADR-008 (c)). A component of kept_face only — NOT part of CRH net or total
191+
// basis (those are live-only): kept_face folds it in alongside clad_face and find_cost.
192+
disposed_find_face: number
189193
to_redeposit: number
190194
reconciled: boolean
191195

0 commit comments

Comments
 (0)