Skip to content

Commit

Permalink
feat(cont-2770): Forex business functions added.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfolwarczny committed Sep 11, 2024
1 parent 46062bb commit 7fabf90
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/main/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,17 @@
"approve"
]
},
{
"businessFunction": "Manage FX Contracts",
"privileges": [
"view",
"create",
"edit",
"delete",
"approve",
"cancel"
]
},
{
"businessFunction": "Manage Limits",
"privileges": [
Expand Down Expand Up @@ -726,6 +737,17 @@
"approve"
]
},
{
"businessFunction": "Manage FX Contracts",
"privileges": [
"view",
"create",
"edit",
"delete",
"approve",
"cancel"
]
},
{
"businessFunction": "Manage Action Recipes",
"privileges": [
Expand Down Expand Up @@ -1136,6 +1158,17 @@
"approve"
]
},
{
"businessFunction": "Manage FX Contracts",
"privileges": [
"view",
"create",
"edit",
"delete",
"approve",
"cancel"
]
},
{
"businessFunction": "ACH Credit Transfer",
"privileges": [
Expand Down

0 comments on commit 7fabf90

Please sign in to comment.