FpML Issues Tracker
closed
Block
N/A
Coding Scheme
ggurden
mgratacos
Summary
To support buy-side interest rate swap trading in AUD and NZD where the payment dates follow the last trading day of certain Sydney Futures Exchange (SFE) futures contracts there needs to be 2 new rollConvention enumeration values defined that identify these specific roll date conventions.
The rule for calculating AUD "IMM" dates follows the last trading day of the Sydney Futures Exchange 90 Day Bank Accepted Bills Futures contract (see http://www.sfe.com.au/content/sfe/trading/con_specs.pdf) and is defined as "one Sydney business day preceding the second friday of the relevant settlement month"
Suggested rollConvention code for this would be "IMMAUD".
The rule for calculating NZD IMM dates follows the last trading day of the Sydney Futures Exchange NZ 90 Day Bank Bill Futures contract (see http://www.sfe.com.au/content/sfe/trading/con_specs.pdf) and is defined as "the first Wednesday after the ninth day of the relevant settlement month"
Suggested rollConvention code for this would be "IMMNZD".
Notes:
mgratacos
02/21/06 10:46 am
The two proposed values have been added into the RollConventionEnum type.