On the last trading date before delivery intention period starts for compulsory delivery based commodity contracts, we get a notification SMS from Zerodha that the open position will be auto squared off by EOD if we don't close it ourselves. Can we get this list of dates for the contracts in the instruments list please?
I'm afraid we won't be able to add this to the instrument dump. However, since the number of days before expiry that a contract's delivery intention period starts is fixed for any given instrument, you can handle this on your end by saying in your code that positions in these contracts are supposed to be closed 'x' days before expiry where 'x' is the number of days before expiry when the delivery intention period starts. Since you're regularly trading these contracts, you'll know these details so it shouldn't be too difficult.
I'm afraid we won't be able to add this to the instrument dump. However, since the number of days before expiry that a contract's delivery intention period starts is fixed for any given instrument, you can handle this on your end by saying in your code that positions in these contracts are supposed to be closed 'x' days before expiry where 'x' is the number of days before expiry when the delivery intention period starts. Since you're regularly trading these contracts, you'll know these details so it shouldn't be too difficult.