/** * Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ /** * Calculators for rates instruments, such as Forward Rate Agreement (FRA) and interest rate swap. * <p> * This package contains an interface to allow a rate, such as 'GBP-LIBOR-3M', to be observed. */ package com.opengamma.strata.pricer.rate;