Uses of Class
com.opengamma.strata.product.TradeInfoBuilder
-
Packages that use TradeInfoBuilder Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files.com.opengamma.strata.loader.fpml Loader that can convert files to financial instruments.com.opengamma.strata.product Entity objects describing trades and products in financial markets. -
-
Uses of TradeInfoBuilder in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv with parameters of type TradeInfoBuilder Modifier and Type Method Description default voidTradeCsvInfoResolver. parseStandardAttributes(CsvRow row, TradeInfoBuilder builder)Parses standard attributes intoTradeInfo.default voidTradeCsvInfoResolver. parseTradeInfo(CsvRow row, TradeInfoBuilder builder)Parses attributes intoTradeInfo. -
Uses of TradeInfoBuilder in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml that return TradeInfoBuilder Modifier and Type Method Description TradeInfoBuilderFpmlTradeInfoParserPlugin. parseTrade(FpmlDocument document, LocalDate tradeDate, ListMultimap<String,StandardId> allTradeIds)Parses trade information from the FpML document.TradeInfoBuilderFpmlDocument. parseTradeInfo(XmlElement tradeEl)Parses the trade header element.Methods in com.opengamma.strata.loader.fpml with parameters of type TradeInfoBuilder Modifier and Type Method Description BuySellFpmlDocument. parseBuyerSeller(XmlElement baseEl, TradeInfoBuilder tradeInfoBuilder)Converts an FpML 'BuyerSeller.model' to aBuySell.PayReceiveFpmlDocument. parsePayerReceiver(XmlElement baseEl, TradeInfoBuilder tradeInfoBuilder)Converts an FpML 'PayerReceiver.model' to aPayReceive. -
Uses of TradeInfoBuilder in com.opengamma.strata.product
Methods in com.opengamma.strata.product that return TradeInfoBuilder Modifier and Type Method Description <T> TradeInfoBuilderTradeInfoBuilder. addAttribute(AttributeType<T> attributeType, T attributeValue)Adds a trade attribute to the map of attributes.static TradeInfoBuilderTradeInfo. builder()Returns a builder used to create an instance of the bean.TradeInfoBuilderTradeInfoBuilder. counterparty(StandardId counterparty)Sets the counterparty identifier, optional.TradeInfoBuilderTradeInfoBuilder. id(StandardId id)Sets the primary identifier for the trade, optional.TradeInfoBuilderTradeInfoBuilder. settlementDate(LocalDate settlementDate)Sets the settlement date, optional.TradeInfoBuilderTradeInfo. toBuilder()Returns a builder populated with the values of this instance.TradeInfoBuilderTradeInfoBuilder. tradeDate(LocalDate tradeDate)Sets the trade date, optional.TradeInfoBuilderTradeInfoBuilder. tradeTime(LocalTime tradeTime)Sets the trade time, optional.TradeInfoBuilderTradeInfoBuilder. zone(ZoneId zone)Sets the trade time-zone, optional.
-