/** * Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ /** * Entity objects describing the rate-based financial instruments. * <p> * This package defines an abstraction, {@link com.opengamma.strata.product.rate.RateComputation RateComputation}, * that provides common ways to observe a rate, including interpolation, averaging and compounding. */ package com.opengamma.strata.product.rate;