/** * Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.analytics.financial.provider.description.inflation; import com.opengamma.analytics.financial.provider.description.interestrate.ParameterIssuerProviderInterface; /** * Interface generalizing both inflation and issuer providers. */ public interface ParameterInflationIssuerProviderInterface extends ParameterInflationProviderInterface, ParameterIssuerProviderInterface { }