Skip to content

Commit

Permalink
Change TTE activity option
Browse files Browse the repository at this point in the history
  • Loading branch information
elielijah321 authored and Farshad DASHTI committed Oct 22, 2024
1 parent 6d2201d commit d9def17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public enum TargetedTrustEngagementActivityType
ReservesOversightAssuranceProject = 19,
[Description("Local proactive engagament")]
LocalProactiveEngagament = 20,
[Description("Other vulnerability")]
OtherVulnerability = 21
[Description("Other national processes")]
OtherNationalProcesses = 21
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ private static List<EngagementActivityQuestionModel> BuildEngagementActivitiesLi
new SubEngagementActivityModel(TargetedTrustEngagementActivityType.FinancialReturnsAssurance, "Following up with trusts on issues flagged in their latest financial statements."),
new SubEngagementActivityModel(TargetedTrustEngagementActivityType.ReservesOversightAssuranceProject, "Engaging trusts holding substantial levels of unallocated reserves and clarifying the plans they have for those funds."),
new SubEngagementActivityModel(TargetedTrustEngagementActivityType.LocalProactiveEngagament, "Division-led work to target trusts with potential financial concerns."),
new SubEngagementActivityModel(TargetedTrustEngagementActivityType.OtherVulnerability, "Other national processes to target trusts with potential financial concerns (e.g. declining pupil \r\nnumbers)."),
new SubEngagementActivityModel(TargetedTrustEngagementActivityType.OtherNationalProcesses, "Other national processes to target trusts with potential financial concerns (e.g. declining pupil \r\nnumbers)."),
}
}
};
Expand Down

0 comments on commit d9def17

Please sign in to comment.