Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Apr 12, 2024
1 parent 803ba4e commit 820d7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qwack.Core/Instruments/InstrumentFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public static IInstrument GetInstrument(this TO_Instrument transportObject, ICur
public static MultiPeriodBackpricingOption GetBackpricingOption(this TO_MultiPeriodBackpricingOption transportObject, ICurrencyProvider currencyProvider, ICalendarProvider calendarProvider) => new()
{
AssetFixingId = transportObject.AssetFixingId,
AssetId = transportObject.AssetFixingId,
AssetId = transportObject.AssetId,
CallPut = transportObject.CallPut,
Counterparty = transportObject.Counterparty,
PaymentCurrency = currencyProvider.GetCurrencySafe(transportObject.PaymentCurrency),
Expand Down

0 comments on commit 820d7fe

Please sign in to comment.