Question:
How can I use NumXL to compute the expiry date of a given equity option?
Answer:
In the US, the equity option contract expires (stop trading) on the 3rd Friday of the expiry month.
To compute the expiry date:
- Using the NxNWkDay function, compute the calendar date of the third (3rd) Friday of the contract delivery month.
- Using the NxAdjust function, adjust the returned date in (1) using the OBOE calendar and using "Following" for the business day convention.
Comments
Since 2010, the option contract symbols (e.g., INTC210820C00027500) have all information encoded:
For instance, consider the "INTC 210820C00027500" contract:
To extract information, we can use excel built-in function - substring(.).
Please sign in to leave a comment.