Simulation Response
Copy
Ask AI
interface SimulationResponse {
simulation_id: string;
status: 'completed' | 'running' | 'failed';
total_repurchase_obligation: number;
peak_cash_year: number;
peak_cash_amount: number;
annual_projections: AnnualProjection[];
}
interface AnnualProjection {
year: number;
company_contribution: number;
shares_released: number;
repurchase_amount: number;
ending_trust_cash: number;
}
.png?fit=max&auto=format&n=_b1oFDtC7brS6c3Z&q=85&s=d3ec56559a51e770e67aa19d77e1da67)
.png?fit=max&auto=format&n=AWN49C5ILGJ2VJNX&q=85&s=9e43d95342e1c0ca7d9eadaa6d3acb0d)