Skip to content

Commit

Permalink
Merge pull request lballabio#442.
Browse files Browse the repository at this point in the history
FRA rate helper constructors
  • Loading branch information
lballabio authored Jan 28, 2022
2 parents a6ed59c + 34560a0 commit 6513254
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SWIG/ratehelpers.i
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,18 @@ class FraRateHelper : public RateHelper {
Pillar::Choice pillar = Pillar::LastRelevantDate,
Date customPillarDate = Date(),
bool useIndexedCoupon = true);
FraRateHelper(Rate rate,
Period periodToStart,
const ext::shared_ptr<IborIndex>& iborIndex,
Pillar::Choice pillar = Pillar::LastRelevantDate,
Date customPillarDate = Date(),
bool useIndexedCoupon = true);
FraRateHelper(const Handle<Quote>& rate,
Period periodToStart,
const ext::shared_ptr<IborIndex>& iborIndex,
Pillar::Choice pillar = Pillar::LastRelevantDate,
Date customPillarDate = Date(),
bool useIndexedCoupon = true);
};

%shared_ptr(FuturesRateHelper)
Expand Down

0 comments on commit 6513254

Please sign in to comment.