20 using Newtonsoft.Json;
21 using System.Collections.Generic;
56 public override double Value
75 var result =
new Dictionary<string, double>();
76 foreach (var kvp
in new[] {
new Tuple<string, double>(
"3M",
ThreeMonths),
new Tuple<string, double>(
"12M",
TwelveMonths) })
80 result[kvp.Item1] = kvp.Item2;