Calculate the exact monetary value of one pip for UKOIL.
Calculate the exact pip value for UKOIL trades. UKOIL has a pip size of 0.01 and a contract size of 1,000 barrels, making each pip worth $0.01 per lot.
from gfil_calculators.pip_value import calculate_pip_value
result = calculate_pip_value("UKOIL", 1.0, "USD")
print(f"1 pip = ${result['one_pip']}")