Skip to content

Commit

Permalink
Uncapitalizes And in the middle of a description
Browse files Browse the repository at this point in the history
align with csv updates
  • Loading branch information
jcadam14 committed Dec 6, 2023
1 parent 464eb0b commit daedb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regtech_data_validator/phase_validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ def get_phase_1_and_2_validations_for_lei(context: dict[str, str] | None = None)
description=(
"When 'action taken' equals 1 (originated) or 2 (approved but not accepted), the following"
" fields all must not be blank:\n- 'Total origination charges'\n- 'Amount of total broker"
" fees'\n- 'Initial annual charges'\nAnd the following fields must not equal 999 (not"
" fees'\n- 'Initial annual charges'\nand the following fields must not equal 999 (not"
" applicable):\n- 'Prepayment penalty could be imposed'\n- 'Prepayment penalty exists'"
),
severity=Severity.ERROR,
Expand Down

0 comments on commit daedb72

Please sign in to comment.