FinancialModel
Calculate cashflow results
Returns yearly cashflow results based on prediction results and stored financial model input parameters.
Parameters:
-
projectId(path, required): The project ID. -
predictionId(path, required): The prediction ID.
GET
Calculate cashflow results
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Previous
Get URL for a generated reportReturns the download URL for a specific report type. Valid report values: PlantSummary, PlantSummary8760, BlockSummary8760, InputsAssumptions. Not available for batch predictions.
**Parameters:**
- `projectId` (path, required): The project ID.
- `predictionId` (path, required): The prediction ID.
- `report` (path, required): Report type name (PlantSummary, PlantSummary8760, BlockSummary8760, or InputsAssumptions).
Next
Calculate cashflow results