Skip to content

Commit

Permalink
SDC-660, clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius278 committed Nov 18, 2024
1 parent 029ddcb commit 28cd297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static SmartDerivativeContractDescriptor parse(String sdcxml) throws Pars

String marketDataProvider = sdc.getSettlement().getMarketdata().getProvider().trim();

String tradeType = sdc.getTradeType().trim();
String tradeType = sdc.getTradeType();
String initialSettlementDate = sdc.getSettlement().getSettlementDateInitial().trim();

return new SmartDerivativeContractDescriptor(dltTradeId, dltAddress, uniqueTradeIdentifier, settlementDateInitial, parties, marginAccountInitialByPartyID, penaltyFeeInitialByPartyID, receiverPartyID, underlying, marketdataItems, currency, marketDataProvider, tradeType, initialSettlementDate);
Expand Down

0 comments on commit 28cd297

Please sign in to comment.