Rehost company highest-coupon bond input
This commit is contained in:
parent
d6a951841d
commit
3b99f6f626
8 changed files with 117 additions and 14 deletions
|
|
@ -5043,6 +5043,7 @@ mod tests {
|
|||
outstanding_shares: 20_000,
|
||||
bond_count: 2,
|
||||
largest_live_bond_principal: Some(500_000),
|
||||
highest_coupon_live_bond_principal: Some(350_000),
|
||||
mutable_support_scalar_raw_u32: 0x3f99999a,
|
||||
young_company_support_scalar_raw_u32: 0x42700000,
|
||||
support_progress_word: 12,
|
||||
|
|
@ -5091,6 +5092,7 @@ mod tests {
|
|||
outstanding_shares: 18_000,
|
||||
bond_count: 1,
|
||||
largest_live_bond_principal: Some(300_000),
|
||||
highest_coupon_live_bond_principal: Some(300_000),
|
||||
mutable_support_scalar_raw_u32: 0x3f4ccccd,
|
||||
young_company_support_scalar_raw_u32: 0x42580000,
|
||||
support_progress_word: 9,
|
||||
|
|
@ -6382,6 +6384,7 @@ mod tests {
|
|||
outstanding_shares: 30_000,
|
||||
bond_count: 3,
|
||||
largest_live_bond_principal: Some(750_000),
|
||||
highest_coupon_live_bond_principal: Some(500_000),
|
||||
mutable_support_scalar_raw_u32: 0x3f19999a,
|
||||
young_company_support_scalar_raw_u32: 0x42580000,
|
||||
support_progress_word: 8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue