Documentation of 'org.jquantlib.exercise.AmericanExercise' Java class
AmericanExercise
org.jquantlib.exercise

Class AmericanExercise



  • public class AmericanExercise
    extends EarlyExercise
    American exercise

    An American option can be exercised at any time between two predefined dates. In case the first date is omitted, the option can be exercised at any time before the expiry date.

    • Nested Class Summary

    • Constructor Summary

      Constructors 
      Constructor and Description
      AmericanExercise(Date earliestDate, Date latestDate)
      Constructs an AmericanExercise with two limiting dates define and a default payoff equals false, which means there's no payoff at exercise Date.
      AmericanExercise(Date earliestDate, Date latestDate, boolean payoffAtExpiry)
      Constructs an AmericanExercise with two limiting dates and a defined payoff.
    • Constructor Detail

      • AmericanExercise

        public AmericanExercise(Date earliestDate,
                                Date latestDate)
        Constructs an AmericanExercise with two limiting dates define and a default payoff equals false, which means there's no payoff at exercise Date.
        Parameters:
        earliestDate -
        latestDate -
      • AmericanExercise

        public AmericanExercise(Date earliestDate,
                                Date latestDate,
                                boolean payoffAtExpiry)
        Constructs an AmericanExercise with two limiting dates and a defined payoff.
        Parameters:
        earliestDate - is the earliest Date of exercise
        latestDate - is the latest Date of exercise
        payoffAtExpiry - is true if a payoff is expected to happen on exercise date

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.