def make_fprime(self):
        return lambda strike: payoff_call_fprime(
            self.params["underlying"], strike, self.params["gearing"])