Portfolio
No description
type Portfolio {
aggregateHoldings(
after: String
before: String
first: Int
last: Int
): AggregateHoldingConnection!
allocationSimple(
classificationField: PortfolioAllocationClassificationField = SECURITY_TYPE
): [SimplePortfolioAliquot]!
batchedPerformance(
input: [DateRange]
): BatchedPortfolioPerformance!
performance: PortfolioPerformance!
}