-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add number format shortcode, tweak template and update salary values
- Loading branch information
1 parent
da0e331
commit 77e340f
Showing
8 changed files
with
61 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,51 @@ | ||
# This file was created based on OPM's General Schedule pay tables using REST OF | ||
# UNITED STATES for the low and SAN JOSE-SAN FRANCISCO-OAKLAND, CA as the high. | ||
--- | ||
GS-1: | ||
min_salary: 21986 # GS-1 Step 1 | ||
max_salary: 27590 # GS-1 Step 10 | ||
min_salary: 25684 | ||
max_salary: 39991 | ||
GS-2: | ||
min_salary: 24702 # GS-2 Step 1 | ||
max_salary: 30983 # GS-2 Step 10 | ||
min_salary: 28880 | ||
max_salary: 45243 | ||
GS-3: | ||
min_salary: 26962 # GS-3 Step 1 | ||
max_salary: 35019 # GS-3 Step 10 | ||
min_salary: 31512 | ||
max_salary: 50989 | ||
GS-4: | ||
min_salary: 30343 # GS-4 Step 1 | ||
max_salary: 39479 # GS-4 Step 10 | ||
min_salary: 35373 | ||
max_salary: 57235 | ||
GS-5: | ||
min_salary: 33973 # GS-5 Step 1 | ||
max_salary: 44126 # GS-5 Step 10 | ||
min_salary: 39576 | ||
max_salary: 64037 | ||
GS-6: | ||
min_salary: 37696 # GS-6 Step 1 | ||
max_salary: 48897 # GS-6 Step 10 | ||
min_salary: 44117 | ||
max_salary: 71390 | ||
GS-7: | ||
min_salary: 41830 # GS-7 Step 1 | ||
max_salary: 54432 # GS-7 Step 10 | ||
min_salary: 49025 | ||
max_salary: 79331 | ||
GS-8: | ||
min_salary: 46237 # GS-8 Step 1 | ||
max_salary: 60190 # GS-8 Step 10 | ||
min_salary: 54292 | ||
max_salary: 87851 | ||
GS-9: | ||
min_salary: 50958 # GS-9 Step 1 | ||
max_salary: 67148 # GS-9 Step 10 | ||
min_salary: 59966 | ||
max_salary: 97034 | ||
GS-10: | ||
min_salary: 56013 # GS-10 Step 1 | ||
max_salary: 73813 # GS-10 Step 10 | ||
min_salary: 66036 | ||
max_salary: 106853 | ||
GS-11: | ||
min_salary: 61618 # GS-11 Step 1 | ||
max_salary: 80141 # GS-11 Step 10 | ||
min_salary: 72553 | ||
max_salary: 117400 | ||
GS-12: | ||
min_salary: 73848 # GS-12 Step 1 | ||
max_salary: 95992 # GS-12 Step 10 | ||
min_salary: 86962 | ||
max_salary: 140713 | ||
GS-13: | ||
min_salary: 87860 # GS-13 Step 1 | ||
max_salary: 114320 # GS-13 Step 10 | ||
min_salary: 103409 | ||
max_salary: 167336 | ||
GS-14: | ||
min_salary: 103821 # GS-14 Step 1 | ||
max_salary: 134803 # GS-14 Step 10 | ||
min_salary: 122198 | ||
max_salary: 191900 | ||
GS-15: | ||
min_salary: 122074 # GS-15 Step 1 | ||
max_salary: 159950 # GS-15 Step 10 | ||
|
||
min_salary: 143736 | ||
max_salary: 191900 | ||
SES: | ||
min_salary: 147649 | ||
max_salary: 221900 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters