FinancialModel
Get financial model parameters
Returns the persisted financial model inputs and calculations for a prediction.
Parameters:
-
projectId(path, required): The project ID. -
predictionId(path, required): The prediction ID.
GET
Get financial model parameters
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Response
Financial model parameters
The response is of type object.
Previous
Save financial model parametersTakes input parameters and calculates new financial model inputs. Does not persist; returns calculated values.
**Parameters:**
- `projectId` (path, required): The project ID.
- `predictionId` (path, required): The prediction ID.
- `modelInputs` (body, required): FinancialModelParameters with input values to calculate.
Next
Get financial model parameters