/** * Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.financial.analytics.model.fixedincome; /** * Container for the relevant details for pricing a swap leg */ public interface SwapLegCashFlows { }