@pytest.mark.parametrize(
        "underlying, strike, rate, maturity, vol, today",
        [
            # vol <= 0 raise AssertionError
            (1.0, 2.0, 1.0, 1.0, -0.1, 0.0),