{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PACalculationDataSources", "type": "object", "properties": { "portfoliopricingsources": { "type": "array", "description": "List of portfilio pricing source for the PA calculation" }, "benchmarkpricingsources": { "type": "array", "description": "List of benchmark pricing source for the PA calculation" }, "useportfoliopricingsourcesforbenchmark": { "type": "boolean", "description": "Use portfolio pricing sources for benchmark" } } }