Configuring Market Authorization Notification Intervals

You can configure the notification intervals for market authorizations.

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To define the market authorization renewal notification interval in days before its expiration date, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.MarketAuthorization.RenewalNotificationInterval=30

    2. Set the value for this property in days depending on your business requirements.

      The number of days defined will be subtracted from the Market Authorization's renewal date to determine when a notification about its upcoming expiration date should be sent.

  3. To define the market authorization notification interval in days before its Sunset Clause Exemption date, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      Regulatory.MarketAuthorization.SunsetClauseNotificationInterval=30

    2. Set the value for this property in days depending on your business requirements.

      The number of days defined will be subtracted from the market authorization's Sunset Clause date to determine when a notification about its upcoming Sunset Clause Exemption date should be sent.

  4. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the Regulatory.properties page object. For more information, see Editing Properties Using MQL.