public Allocation ToModel() =>
 new Allocation(
     Symbol.ToModel(),
     Proportions.Select(p => p.ToModel()));