/** * Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.analytics.financial.model.option.pricing.fourier; /** * */ public interface StocasticClockCharcteristicExponent extends CharacteristicExponent { }