elif maturity <= 0.0:
            expect = 0
            actual = target.black_scholes_call_vega_fprime_by_strike(
                underlying, strike, rate, maturity, vol)
            assert expect == approx(actual)