Credit Rating does not calculate weekly liabilities correctly
Description
After inserting my airline's data into the spreadsheet, it gave me a credit rating of A to A- but in game it gives me a C. Upon trial and error in the spreadsheet, turns out the credit rating is calculated using total (monthly) aircraft lease cost and gate leases cost from all gates, not just recurring weekly gate leases.
Expected behavior: Credit rating is calculated using weekly data
Actual behavior: Credit rating is calculated using total costs of all leased aircraft, and total costs of all gates, including the single use cost.
Possible Solution: Divide the aircraft lease costs by 4, and make sure the returned data for weekly gate leases are actual weekly costs. (Possibly by using something like AND type = dedicated)