diff --git a/SWIG/cashflows.i b/SWIG/cashflows.i index 0d14d8d27..415ab8f9f 100644 --- a/SWIG/cashflows.i +++ b/SWIG/cashflows.i @@ -222,6 +222,9 @@ struct RateAveraging { %shared_ptr(OvernightIndexedCoupon) class OvernightIndexedCoupon : public FloatingRateCoupon { + #if !defined(SWIGJAVA) && !defined(SWIGCSHARP) + %feature("kwargs") OvernightIndexedCoupon; + #endif public: OvernightIndexedCoupon( const Date& paymentDate,