Symfony\Component\Routing\Route {#1571
  -path: "/services/esi-widgets/funds/{display}/{isin}/{valor}/{currency}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:6 [
    "_title" => "Derivatives Partner Product Brief Info"
    "_controller" => "\Drupal\rasch_fi_services\Controller\RaschFiServicesFundsController::standardWidget"
    "display" => "investment_strategy"
    "isin" => ""
    "valor" => ""
    "currency" => ""
  ]
  -requirements: array:2 [
    "_permission" => "access content"
    "display" => "(investment_strategy|cumulative_total_return|overview)"
  ]
  -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 {#1572
    -variables: array:4 [
      0 => "display"
      1 => "isin"
      2 => "valor"
      3 => "currency"
    ]
    -tokens: array:5 [
      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:5 [
        0 => "variable"
        1 => "/"
        2 => "(?:investment_strategy|cumulative_total_return|overview)"
        3 => "display"
        4 => true
      ]
      4 => array:2 [
        0 => "text"
        1 => "/services/esi-widgets/funds"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/esi\-widgets/funds(?:/(?P<display>(?:investment_strategy|cumulative_total_return|overview))(?:/(?P<isin>[^/]++)(?:/(?P<valor>[^/]++)(?:/(?P<currency>[^/]++))?)?)?)?$}sDu"
    -pathVariables: array:4 [
      0 => "display"
      1 => "isin"
      2 => "valor"
      3 => "currency"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 7
    #patternOutline: "/services/esi-widgets/funds"
    #numParts: 7
  }
}