17 using Newtonsoft.Json;
19 using System.Collections.Generic;
59 public string Error {
get;
set; }
79 public string Name {
get;
set; }
121 public string Note {
get;
set; }
136 [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
142 [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
148 [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
149 public IDictionary<string, Chart>
Charts {
get;
set; }
155 [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
161 [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
223 public decimal?
Beta {
get;
set; }
253 public decimal?
Psr {
get;
set; }
283 public List<string>
Tags {
get;
set; }
338 public List<string>
Tags {
get;
set; }