All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.finmath.montecarlo.hybridassetinterestrate.HybridAssetLIBORModelMonteCarloSimulation Maven / Gradle / Ivy

/*
 * (c) Copyright Christian P. Fries, Germany. Contact: [email protected].
 *
 * Created on 03.04.2015
 */
package net.finmath.montecarlo.hybridassetinterestrate;

import net.finmath.montecarlo.MonteCarloSimulationModel;
import net.finmath.montecarlo.assetderivativevaluation.AssetModelMonteCarloSimulationModel;
import net.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationModel;

/**
 * Basic interface which has to be implemented by Monte Carlo models for hybrid processes.
 *
 * @author Christian Fries
 * @version 1.0
 */
public interface HybridAssetLIBORModelMonteCarloSimulation extends MonteCarloSimulationModel, LIBORModelMonteCarloSimulationModel, AssetModelMonteCarloSimulationModel {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy