{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.template",
  "type": "object",
  "title": "AmericanExercise",
  "description": "A class defining the exercise period for an American style option together with any rules governing the notional amount of the underlying which can be exercised on any given exercise date and any associated exercise fees.",
  "properties": {
    "commencementDate": {
      "description": "The first day of the exercise period for an American style option.",
      "$ref": "cdm-base-datetime-AdjustableOrRelativeDate.schema.json"
    },
    "expirationDate": {
      "description": "The last day within an exercise period for an American style option. For a European style option it is the only day within the exercise period.",
      "$ref": "cdm-base-datetime-AdjustableOrRelativeDate.schema.json"
    },
    "relevantUnderlyingDate": {
      "description": "The effective date on the underlying product if the option is exercised.  For example, for a swaption it is the swap effective date, for an option on an FX spot or forward it is the value date for settlement, and in an extendible/cancelable provision it is the swap termination date, which is the date on which the termination is effective.'",
      "$ref": "cdm-base-datetime-AdjustableOrRelativeDates.schema.json"
    },
    "earliestExerciseTime": {
      "description": "The earliest time at which notice of exercise can be given by the buyer to the seller (or seller's agent) to, and including, the expiration date.",
      "$ref": "cdm-base-datetime-BusinessCenterTime.schema.json"
    },
    "latestExerciseTime": {
      "description": "For a Bermuda or American style option, the latest time on an exercise business day (excluding the expiration date) within the exercise period that notice can be given by the buyer to the seller or seller's agent. Notice of exercise given after this time will be deemed to have been given on the next exercise business day.",
      "$ref": "cdm-base-datetime-BusinessCenterTime.schema.json"
    },
    "expirationTime": {
      "description": "The latest time for exercise on expirationDate.",
      "$ref": "cdm-base-datetime-BusinessCenterTime.schema.json"
    },
    "expirationTimeType": {
      "description": "The time of day at which the equity option expires, for example the official closing time of the exchange.",
      "$ref": "cdm-product-template-ExpirationTimeTypeEnum.schema.json"
    },
    "multipleExercise": {
      "description": "As defined in the 2000 ISDA Definitions, Section 12.4. Multiple Exercise, the buyer of the option has the right to exercise all or less than all the unexercised notional amount of the underlying swap on one or more days in the exercise period, but on any such day may not exercise less than the minimum notional amount or more that the maximum notional amount, and if an integral multiple amount is specified, the notional amount exercised must be equal to, or be an integral multiple of, the integral multiple amount.",
      "$ref": "cdm-product-template-MultipleExercise.schema.json"
    },
    "exerciseFeeSchedule": {
      "description": "The fees associated with an exercise date. The fees are conditional on the exercise occurring. The fees can be specified as actual currency amounts or as percentages of the notional amount being exercised.",
      "$ref": "cdm-product-template-ExerciseFeeSchedule.schema.json"
    }
  },
  "required": [
    "commencementDate",
    "expirationDate"
  ]
}
