I am trying to value a 4Y Cap with the following characteristics:
- Index: EURIBOR 6M
- Payment Frequency: Semi-Annually
- Fixings Adjustment: Annually
The problem I am facing when using the QuantLib library to value this particular Cap in Python is that the payment frequency and the fixings adjustment are different. I wonder if there is a way to indicate it to the ql.Cap()
object.