Symfony\Component\Routing\Route {#1585
  -path: "/services/esi-widgets/funds/regional-exposure/{isin}/{valor}/{currency}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:5 [
    "_title" => "MS Funds Regional Exposure"
    "_controller" => "\Drupal\rasch_fg\Controller\RaschFgWidgetsController::regionalExposureWidget"
    "isin" => ""
    "valor" => ""
    "currency" => ""
  ]
  -requirements: array:1 [
    "_permission" => "access content"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "no_cache" => "TRUE"
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:3 [
      0 => "isin"
      1 => "valor"
      2 => "currency"
    ]
    -tokens: array:4 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "currency"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "valor"
        4 => true
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "isin"
        4 => true
      ]
      3 => array:2 [
        0 => "text"
        1 => "/services/esi-widgets/funds/regional-exposure"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/esi\-widgets/funds/regional\-exposure(?:/(?P<isin>[^/]++)(?:/(?P<valor>[^/]++)(?:/(?P<currency>[^/]++))?)?)?$}sDu"
    -pathVariables: array:3 [
      0 => "isin"
      1 => "valor"
      2 => "currency"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 15
    #patternOutline: "/services/esi-widgets/funds/regional-exposure"
    #numParts: 7
  }
}