elif maturity < 0.0:
            actual = target.black_scholes_call_delta(
                underlying, strike, rate, maturity, vol)
            assert 0.0 == approx(actual)
        else: