export interface Allocation { coinAmount: number; cashAmount: number; }