getCurrencyPerformance

@PermitAll
@GetMapping(value = "/performance/{currencyCode}")
open fun getCurrencyPerformance(@PathVariable currencyCode: String): ResponseEntity<PerformanceRatingResponse>