v1
latestOpenAPI 3.0.12026-07-14644253.6 KBPortfolio Performance Management
Planning level rewind to calculate and measure performance potential (internal versus iCUE).
Planning level rewind to calculate and measure performance potential (internal versus iCUE).
post/portfolio/forecast-performance-rewind
Headers
Tokenstring
User Authentication Token
Request body
Example request
{
"costOfError": 200,
"method": "iCUE1",
"params": {
"errorType": "MeanAbsolutePercentageError",
"holdOutPeriod": 4,
"noFcst": 18,
"outlierDetection": true,
"periodicity": 12
},
"rewindTimeFrame": 12,
"startDate": "1/16/2016"
}Response
Success
Example response
{
"hyperparameters": {
"costOfError": 200,
"errorType": "MeanAbsolutePercentageError",
"holdOutPeriod": 4,
"noFcst": 18,
"periodicity": 12,
"rewindTimeFrame": 12
}
}