Uses of Class
com.opengamma.strata.product.fra.FraTrade
-
Packages that use FraTrade Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files.com.opengamma.strata.market.curve.node Curve nodes.com.opengamma.strata.measure.fra Calculation functions for FRA products.com.opengamma.strata.product.fra Entity objects describing a forward rate agreement (FRA).com.opengamma.strata.product.fra.type Conventions and templates to aid the construction of FRAs. -
-
Uses of FraTrade in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return FraTrade Modifier and Type Method Description default FraTradeTradeCsvInfoResolver. completeTrade(CsvRow row, FraTrade trade)Completes the FRA trade, potentially parsing additional columns.default FraTradeTradeCsvInfoResolver. parseFraTrade(CsvRow row, TradeInfo info)Parses a FRA trade from CSV.Methods in com.opengamma.strata.loader.csv with parameters of type FraTrade Modifier and Type Method Description default FraTradeTradeCsvInfoResolver. completeTrade(CsvRow row, FraTrade trade)Completes the FRA trade, potentially parsing additional columns. -
Uses of FraTrade in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return FraTrade Modifier and Type Method Description FraTradeFraCurveNode. trade(double quantity, MarketData marketData, ReferenceData refData) -
Uses of FraTrade in com.opengamma.strata.measure.fra
Methods in com.opengamma.strata.measure.fra that return types with arguments of type FraTrade Modifier and Type Method Description Class<FraTrade>FraTradeCalculationFunction. targetType()Methods in com.opengamma.strata.measure.fra with parameters of type FraTrade Modifier and Type Method Description Map<Measure,Result<?>>FraTradeCalculationFunction. calculate(FraTrade trade, Set<Measure> measures, CalculationParameters parameters, ScenarioMarketData scenarioMarketData, ReferenceData refData)Optional<String>FraTradeCalculationFunction. identifier(FraTrade target)CurrencyFraTradeCalculationFunction. naturalCurrency(FraTrade trade, ReferenceData refData)FunctionRequirementsFraTradeCalculationFunction. requirements(FraTrade trade, Set<Measure> measures, CalculationParameters parameters, ReferenceData refData) -
Uses of FraTrade in com.opengamma.strata.product.fra
Methods in com.opengamma.strata.product.fra that return FraTrade Modifier and Type Method Description FraTradeFraTrade.Builder. build()static FraTradeFraTrade. of(TradeInfo info, Fra product)Obtains an instance of a FRA trade.FraTradeFraTrade. withInfo(PortfolioItemInfo info)Methods in com.opengamma.strata.product.fra that return types with arguments of type FraTrade Modifier and Type Method Description Class<? extends FraTrade>FraTrade.Meta. beanType() -
Uses of FraTrade in com.opengamma.strata.product.fra.type
Methods in com.opengamma.strata.product.fra.type that return FraTrade Modifier and Type Method Description default FraTradeFraConvention. createTrade(LocalDate tradeDate, Period periodToStart, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this convention, using the index tenor to define the end of the FRA.FraTradeFraConvention. createTrade(LocalDate tradeDate, Period periodToStart, Period periodToEnd, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this convention, specifying the end of the FRA.FraTradeFraTemplate. createTrade(LocalDate tradeDate, BuySell buySell, double notional, double fixedRate, ReferenceData refData)Creates a trade based on this template.FraTradeImmutableFraConvention. createTrade(LocalDate tradeDate, Period periodToStart, Period periodToEnd, BuySell buySell, double notional, double fixedRate, ReferenceData refData)FraTradeFraConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, LocalDate paymentDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.default FraTradeFraConvention. toTrade(LocalDate tradeDate, LocalDate startDate, LocalDate endDate, LocalDate paymentDate, BuySell buySell, double notional, double fixedRate)Creates a trade based on this convention.FraTradeImmutableFraConvention. toTrade(TradeInfo tradeInfo, LocalDate startDate, LocalDate endDate, LocalDate paymentDate, BuySell buySell, double notional, double fixedRate)
-