Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cetusfinance/qwack
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Dec 17, 2020
2 parents d3696bb + 75d0c32 commit b619c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qwack.Core/Instruments/Funding/FxForward.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class FxForward : IFundingInstrument, IAssetInstrument, ISaccrEnabledFx
public string PortfolioName { get; set; }
public Currency DomesticCCY { get; set; }
public Currency ForeignCCY { get; set; }
public Currency Currency => DomesticCCY;
public Currency Currency => ForeignCCY;

public string ForeignDiscountCurve { get; set; }

Expand Down

0 comments on commit b619c36

Please sign in to comment.