Rework real estate model: purchase price + mortgage + amortization only, no appreciation; amortization counts against savings quota; sale price/tax entered at transition time with correct mortgage payoff; carry over income/expenses to new phases
Deploy App / deploy (push) Successful in 1m31s
Deploy App / deploy (push) Successful in 1m31s
This commit is contained in:
+1
-4
@@ -53,12 +53,9 @@ export interface SecurityInput {
|
||||
export interface RealEstateInput {
|
||||
id: string;
|
||||
name: string;
|
||||
marketValue: number;
|
||||
purchasePrice: number;
|
||||
mortgage: number;
|
||||
valueGrowth: number;
|
||||
amortization: number;
|
||||
salePrice: number | null;
|
||||
saleTaxRate: number;
|
||||
}
|
||||
|
||||
export interface OneTimeEventInput {
|
||||
|
||||
Reference in New Issue
Block a user