Skip to content

Commit

Permalink
Missing checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed May 16, 2024
1 parent 107f16b commit f033b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qwack.Models/MCModels/AssetPathPayoff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public AssetPathPayoff(IAssetInstrument assetInstrument, ICurrencyProvider curre
case AsianLookbackOption alb:
_subInstruments = new List<IAssetPathPayoff>
{
new Paths.Payoffs.LookBackOption(alb.AssetId, alb.FixingDates.ToList(), alb.CallPut, alb.DiscountCurve, alb.PaymentCurrency, alb.PaymentDate, alb.Notional, SimulationCcy)
new Paths.Payoffs.LookBackOption(alb.AssetId, alb.FixingDates.ToList(), alb.CallPut, alb.DiscountCurve, alb.PaymentCurrency, alb.PaymentDate, alb.Notional, SimulationCcy, alb.WindowSize)
};
break;
case Core.Instruments.Asset.BackPricingOption bpo:
Expand Down

0 comments on commit f033b8b

Please sign in to comment.