Automate transition: carried-over securities auto-appear in next phase, sale proceeds tracked as incoming capital with allocation status indicators
Deploy App / deploy (push) Successful in 1m27s
Deploy App / deploy (push) Successful in 1m27s
This commit is contained in:
@@ -45,6 +45,9 @@ export interface SecurityInput {
|
||||
annualContribution: number;
|
||||
ownerTag: OwnerTag;
|
||||
saleTaxRate: number;
|
||||
// Baseline-Wert bei automatischer Uebernahme aus der Vorphase (0 bei manuell angelegten
|
||||
// Wertschriften). Siehe PhaseInput.incomingCapital fuer den Kontext.
|
||||
carriedBaseValue: number;
|
||||
}
|
||||
|
||||
export interface RealEstateInput {
|
||||
@@ -81,6 +84,9 @@ export interface PhaseInput {
|
||||
durationYears: number;
|
||||
inflationRate: number | null;
|
||||
incomeMode: IncomeMode;
|
||||
// Aus Verkaeufen im Uebergang aus der Vorphase verfuegbares Startkapital (automatisch
|
||||
// gesetzt beim Speichern des Uebergangs der Vorphase).
|
||||
incomingCapital: number;
|
||||
incomeEntries: IncomeEntryInput[];
|
||||
expenseEntries: ExpenseEntryInput[];
|
||||
securities: SecurityInput[];
|
||||
|
||||
Reference in New Issue
Block a user