Need Java code to calculate option greek (delta) for Nifty options

snikam
I have following values accessible to me:
1. Nifty spot
2. Option premium
3. Expiry

Based on this I need to calulate delta in Java code. How this can be achieved?

Regards,
Sachin
Sign In or Register to comment.