I'm trying to factor in margins in my backtesting system. I haven't had any issues with with futures because the information is easy to find, but I'm struggling to figure out how I should handle options, spreads, and other portfolio SPAN situations. I'm aware of the basic SPAN margining system, but my understanding is that I must shell out ~500 to CME to get PC-Scan, which is a utility to decode their span files and calculate portfolio SPAN requirements to get the exact numbers. I wanted to implement a calculation in C# or Python or something that I could call on the run as needed, not a desktop application, so I'm not sure that PC-Scan really fits my needs, but I'll shell out if necessary.
My question is if anyone has any way to approximate conservatively the SPAN requirements sans the actual risk parameters and data from CME? Something like simulated VaR perhaps? Also, if they don't just use SPAN, where can I find info on future option margin requirements.
Thanks.
My question is if anyone has any way to approximate conservatively the SPAN requirements sans the actual risk parameters and data from CME? Something like simulated VaR perhaps? Also, if they don't just use SPAN, where can I find info on future option margin requirements.
Thanks.