/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.analytics.financial.instrument.index; /** * Class with the attributed required to generate an instrument from the market quotes. */ public class GeneratorAttribute { }