invalid paths: invalid path /assets/correlation/matrix/denoised: invalid operation POST: example Example of failing denoising method: Error at "/assetsCorrelationMatrix": Value is not nullable
Schema:
  {
    "description": "assetsCorrelationMatrix[i][j] is the correlation between the asset i and the asset j; assetsCorrelationMatrix is possibly null in case the denoising method did not manage to denoise the provided asset correlation matrix",
    "items": {
      "items": {
        "type": "number"
      },
      "minItems": 2,
      "type": "array"
    },
    "minItems": 2,
    "type": "array"
  }

Value:
  null
