public SectorValuationDataPointAggregate(ValuationDataPoint data = null) { Sector = data; }
public ValuationDataPointAggregate(ValuationDataPoint self, ValuationDataPoint sector, ValuationDataPoint industry) { Self = self; Sector = sector; Industry = industry; }