Examples of ExampleEquityOptionVolatilitySurfaceDataFunction


Examples of com.opengamma.examples.simulated.function.ExampleEquityOptionVolatilitySurfaceDataFunction

  // when written, this was the only unit test in examples-simulated
  // and was added to keep continuous integration happy

  @Test
  public void test_basics() {
    ExampleEquityOptionVolatilitySurfaceDataFunction test = new ExampleEquityOptionVolatilitySurfaceDataFunction("A", "B", "C");
    assertEquals("A", test.getDefinitionName());
    assertEquals("C", test.getSpecificationName());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.