Hi 
The code book code below doesnt return anything and I cant see any errors (this is from the examples)
Any idea why this doesnt work?
rdp.get_option_analytics(
    universe = option.Definition(
        underlying_type=option.UnderlyingType.FX,
        underlying_definition="AUDUSD",
        tenor="5M", 
        strike=0.6400, 
        call_put="Call",
        exercise_style = "European",
        notional_amount=1000000, 
        notional_ccy="AUD"
    ), 
    fields = ["ValuationDate","OptionType","ExerciseType","ExerciseStyle","EndDate",
          "StrikePrice","PremiumPercent","DeltaPercent","GammaPercent"]
)