Audit schedule properties file
The audit schedule properties file defines which properties are required or optional for audit schedules of a particular audit type. Each audit type that requires schedules has at least one audit schedule properties file.
The schedule type specifies whether t he schedule type is single or series. A single audit occurs once. A series audit occurs one or more times. An audit type can have both single and series schedule types. In the base configuration, Checking Audit is defined for both schedule types.
In Studio, create a new audit schedule properties file in . Only Product Designer uses this file. PolicyCenter does not.
You can base this file on existing properties files in this directory. For example, FinalAudit.single.properties is the audit schedule properties file for a Final Audit audit type. Name the audit schedule properties file:
AuditType.scheduleType.propertiesWhere:
- AuditType – The name of the audit type.
- scheduleType – The schedule type
can be
singleorseries. A single audit occurs once. A series audit occurs one or more times.
For example, Final Audits are always single audits because they only occur once per policy term. Therefore, there is only a FinalAudit.single.properties file.
Premium Reports are generally series audits, because there is a series of them during a policy term. Therefore, there is only a PremiumReports.series.properties file. Some types of audits such as Checking Audits, may happen both as single audits and as series audits. These audits require audit schedule properties files for single and series.
In the audit schedule properties file, specify one of the following values for each property. The value has the following effect when defining an audit schedule in Product Designer:
REQUIRED– When defining an audit schedule of this type, the user must specify a value for this field.EDITABLE– The user can specify a value for this field. The field is not required.HIDDEN– This field is hidden.
In the properties file, specify values for the following
properties for schedules for your new audit type. If you do not specify
a value, the value defaults to EDITABLE.
Properties |
Product Designer label |
Description |
|---|---|---|
|
Audit Method |
A drop-down list to
select how to conduct the audit.The drop-down lists values are defined
in |
|
Schedule Details fields that only apply to series audit schedules |
||
|
Scheduled |
A drop-down list to
select how often audits occur. Values are defined in the |
|
Schedule Basis |
A drop-down list to
select the schedule basis. Values are defined in the
|
|
Round to Next Month on Day |
A text box to enter which day rounds up to the next month. |
|
Minimum Audit Period (Days) |
A text box to enter the minimum audit period. |
|
Exclude Last Audit Period |
A check box to select whether to exclude the last audit period when creating a schedule of audits. |
Schedule Details fields that only apply to single audit schedules |
||
|
Single Checking Ends After Policy Period Start (days) |
A text box to enter the number of days after the policy period start the single audit ends. |
|
Type of Days |
A drop-down list to
specify the type of days to use when calculating the end date for the
audit. Values are defined in the
|
Audit Report Initiation fields that apply to both single and series audit schedules |
||
|
Audit Initiated |
A drop-down list to
specify whether the audit is initiated before or after the audit period
end date. Values are defined in |
|
Days Before Days After |
Depending upon the Audit Initiated selection, a text box to enter the number of days, before or after, to adjust the audit initiation date from the audit period end date. |
|
Type of Days |
A drop-down list to specify
the type of days. Values are defined in the |
|
If Initiated on a Non-Business Day |
A drop-down list to
specify how to adjust the calculated audit initiation date if it occurs
on a non-business day. Values are defined in the |
Audit Deadline fields that apply to both single and series audit schedules |
||
|
Audit Due |
A drop-down list to
specify whether the audit is due before or after the audit period end
date. Values are defined in |
|
Days Before Days After |
Depending upon the Audit Due selection, a text box to enter the number of days, before or after, to adjust the audit due date. |
|
Type of Days |
A drop-down list to specify
the type of days. Values are defined in the |
|
If Due on a Non-Business Day |
A drop-down list to
specify how to adjust the audit due date if it occurs on a non-business
day. Values are defined in the |
Escalation fields that apply to both single and series audit schedules |
||
|
Escalate Number of Days after First Prompt |
A text box to enter the number of days to wait before the first escalation. |
|
First Escalation Prompt |
A drop-down list to
specify what prompts the first escalation. Values are defined in the
|
|
Escalate Number of Days after Second Prompt |
A text box to enter the number of days to wait before the second escalation. |
|
Second Escalation Prompt |
A drop-down list to
specify what prompts the second escalation. Values are defined in the
|
Miscellaneous fields |
||
|
Payment Plan Code |
A text box to enter the payment plan code. For an example, see PremiumReport.series.properties and ReportPolicyMonthExclLast.xml. |
|
Reporting Default Deposit % |
A text box to enter a default deposit percentage. For an example, see PremiumReport.series.properties and ReportPolicyMonthExclLast.xml. |
In the base configuration, PolicyCenter does not use the escalation fields. You can write code to escalate audits when they are not completed.
Product Designer loads your new audit schedule properties files when you log out, switch change lists, or restart Product Designer.
