pymbs.payment_rules module

PyMBS is a Python library for use in modeling Mortgage-Backed Securities.

Copyright (C) 2019 Brian Farrell

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

Contact: brian.farrell@me.com

pymbs.payment_rules.calculate(bucket, exp)[source]
pymbs.payment_rules.pay_accrual(bucket, tranche)[source]
pymbs.payment_rules.pay_accrue(tranche_ids)[source]
pymbs.payment_rules.pay_concurrent(bucket, tranches, ratios)[source]
pymbs.payment_rules.pay_pro_rata(bucket, tranches)[source]
pymbs.payment_rules.pay_sequential(bucket, tranches)[source]
pymbs.payment_rules.pay_to_schedule(bucket, tranches, schedule)[source]