Package net.finmath.smartcontract.model
Class PlainSwapOperationRequest
java.lang.Object
net.finmath.smartcontract.model.PlainSwapOperationRequest
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-03-05T11:55:17.433196+01:00[Europe/Berlin]")
public class PlainSwapOperationRequest
extends Object
PlainSwapOperationRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddValuationSymbolsItem(FrontendItemSpec valuationSymbolsItem)
dailySettlementTime(String dailySettlementTime)
effectiveDate(OffsetDateTime effectiveDate)
boolean
firstCounterparty(Counterparty firstCounterparty)
fixedDayCountFraction(String fixedDayCountFraction)
fixedPayingParty(Counterparty fixedPayingParty)
fixedPaymentFrequency(PaymentFrequency fixedPaymentFrequency)
floatingDayCountFraction(String floatingDayCountFraction)
floatingFixingDayOffset(Integer floatingFixingDayOffset)
floatingPayingParty(Counterparty floatingPayingParty)
floatingPaymentFrequency(PaymentFrequency floatingPaymentFrequency)
floatingRateIndex(String floatingRateIndex)
@NotNull String
Get currency@NotNull @Pattern(regexp="[0-9]{2}:[0-9]{2}") String
Get dailySettlementTime@NotNull @Valid OffsetDateTime
Get effectiveDate@NotNull @Valid Counterparty
Get firstCounterpartyGet fixedDayCountFraction@Valid Counterparty
Get fixedPayingParty@Valid PaymentFrequency
Get fixedPaymentFrequency@NotNull Double
Get fixedRateGet floatingDayCountFraction@Min(-2L) @Max(2L) Integer
Get floatingFixingDayOffset minimum: -2 maximum: 2@Valid Counterparty
Get floatingPayingParty@Valid PaymentFrequency
Get floatingPaymentFrequencyGet floatingRateIndex@NotNull @DecimalMin("0.0") Double
Get marginBufferAmount minimum: 0.0@NotNull String
former known as currentGenerator@NotNull @DecimalMin("0.0") Double
Get notionalAmount minimum: 0.0@NotNull String
Get receiverPartyID@NotNull @Valid Counterparty
Get secondCounterparty@NotNull @Valid OffsetDateTime
Get terminationDate@NotNull @DecimalMin("0.0") Double
Get terminationFeeAmount minimum: 0.0@NotNull @Valid OffsetDateTime
Get tradeDate@NotNull String
Get tradeTypeGet uniqueTradeIdentifier@Valid List<FrontendItemSpec>
Get valuationSymbolsint
hashCode()
marginBufferAmount(Double marginBufferAmount)
marketDataProvider(String marketDataProvider)
notionalAmount(Double notionalAmount)
receiverPartyID(String receiverPartyID)
secondCounterparty(Counterparty secondCounterparty)
void
setCurrency(String currency)
void
setDailySettlementTime(String dailySettlementTime)
void
setEffectiveDate(OffsetDateTime effectiveDate)
void
setFirstCounterparty(Counterparty firstCounterparty)
void
setFixedDayCountFraction(String fixedDayCountFraction)
void
setFixedPayingParty(Counterparty fixedPayingParty)
void
setFixedPaymentFrequency(PaymentFrequency fixedPaymentFrequency)
void
setFixedRate(Double fixedRate)
void
setFloatingDayCountFraction(String floatingDayCountFraction)
void
setFloatingFixingDayOffset(Integer floatingFixingDayOffset)
void
setFloatingPayingParty(Counterparty floatingPayingParty)
void
setFloatingPaymentFrequency(PaymentFrequency floatingPaymentFrequency)
void
setFloatingRateIndex(String floatingRateIndex)
void
setMarginBufferAmount(Double marginBufferAmount)
void
setMarketDataProvider(String marketDataProvider)
void
setNotionalAmount(Double notionalAmount)
void
setReceiverPartyID(String receiverPartyID)
void
setSecondCounterparty(Counterparty secondCounterparty)
void
setTerminationDate(OffsetDateTime terminationDate)
void
setTerminationFeeAmount(Double terminationFeeAmount)
void
setTradeDate(OffsetDateTime tradeDate)
void
setTradeType(String tradeType)
void
setUniqueTradeIdentifier(String uniqueTradeIdentifier)
void
setValuationSymbols(List<FrontendItemSpec> valuationSymbols)
terminationDate(OffsetDateTime terminationDate)
terminationFeeAmount(Double terminationFeeAmount)
toString()
tradeDate(OffsetDateTime tradeDate)
uniqueTradeIdentifier(String uniqueTradeIdentifier)
valuationSymbols(List<FrontendItemSpec> valuationSymbols)
-
Constructor Details
-
PlainSwapOperationRequest
public PlainSwapOperationRequest()
-
-
Method Details
-
firstCounterparty
-
getFirstCounterparty
Get firstCounterparty- Returns:
- firstCounterparty
-
setFirstCounterparty
-
secondCounterparty
-
getSecondCounterparty
Get secondCounterparty- Returns:
- secondCounterparty
-
setSecondCounterparty
-
tradeType
-
getTradeType
Get tradeType- Returns:
- tradeType
-
setTradeType
-
marginBufferAmount
-
getMarginBufferAmount
Get marginBufferAmount minimum: 0.0- Returns:
- marginBufferAmount
-
setMarginBufferAmount
-
terminationFeeAmount
-
getTerminationFeeAmount
Get terminationFeeAmount minimum: 0.0- Returns:
- terminationFeeAmount
-
setTerminationFeeAmount
-
notionalAmount
-
getNotionalAmount
Get notionalAmount minimum: 0.0- Returns:
- notionalAmount
-
setNotionalAmount
-
currency
-
getCurrency
Get currency- Returns:
- currency
-
setCurrency
-
uniqueTradeIdentifier
-
getUniqueTradeIdentifier
Get uniqueTradeIdentifier- Returns:
- uniqueTradeIdentifier
-
setUniqueTradeIdentifier
-
tradeDate
-
getTradeDate
Get tradeDate- Returns:
- tradeDate
-
setTradeDate
-
effectiveDate
-
getEffectiveDate
Get effectiveDate- Returns:
- effectiveDate
-
setEffectiveDate
-
terminationDate
-
getTerminationDate
Get terminationDate- Returns:
- terminationDate
-
setTerminationDate
-
dailySettlementTime
-
getDailySettlementTime
@NotNull @Pattern(regexp="[0-9]{2}:[0-9]{2}") public @NotNull @Pattern(regexp="[0-9]{2}:[0-9]{2}") String getDailySettlementTime()Get dailySettlementTime- Returns:
- dailySettlementTime
-
setDailySettlementTime
-
fixedPayingParty
-
getFixedPayingParty
Get fixedPayingParty- Returns:
- fixedPayingParty
-
setFixedPayingParty
-
fixedRate
-
getFixedRate
Get fixedRate- Returns:
- fixedRate
-
setFixedRate
-
fixedDayCountFraction
-
getFixedDayCountFraction
Get fixedDayCountFraction- Returns:
- fixedDayCountFraction
-
setFixedDayCountFraction
-
fixedPaymentFrequency
-
getFixedPaymentFrequency
Get fixedPaymentFrequency- Returns:
- fixedPaymentFrequency
-
setFixedPaymentFrequency
-
floatingPayingParty
-
getFloatingPayingParty
Get floatingPayingParty- Returns:
- floatingPayingParty
-
setFloatingPayingParty
-
floatingRateIndex
-
getFloatingRateIndex
Get floatingRateIndex- Returns:
- floatingRateIndex
-
setFloatingRateIndex
-
floatingDayCountFraction
-
getFloatingDayCountFraction
Get floatingDayCountFraction- Returns:
- floatingDayCountFraction
-
setFloatingDayCountFraction
-
floatingFixingDayOffset
-
getFloatingFixingDayOffset
Get floatingFixingDayOffset minimum: -2 maximum: 2- Returns:
- floatingFixingDayOffset
-
setFloatingFixingDayOffset
-
floatingPaymentFrequency
public PlainSwapOperationRequest floatingPaymentFrequency(PaymentFrequency floatingPaymentFrequency) -
getFloatingPaymentFrequency
Get floatingPaymentFrequency- Returns:
- floatingPaymentFrequency
-
setFloatingPaymentFrequency
-
valuationSymbols
-
addValuationSymbolsItem
-
getValuationSymbols
Get valuationSymbols- Returns:
- valuationSymbols
-
setValuationSymbols
-
marketDataProvider
-
getMarketDataProvider
former known as currentGenerator- Returns:
- marketDataProvider
-
setMarketDataProvider
-
receiverPartyID
-
getReceiverPartyID
Get receiverPartyID- Returns:
- receiverPartyID
-
setReceiverPartyID
-
equals
-
hashCode
public int hashCode() -
toString
-