Expand description

The core modules.

Re-exports

pub use core_manager::CoreManager;
pub use core_utility::CoreUtility;
pub use elem_amortization::ElemAmortization;
pub use elem_balance_result::ElemBalanceResult;
pub use elem_column::ElemColumn;
pub use elem_current_value::ElemCurrentValue;
pub use elem_descriptor::ElemDescriptor;
pub use elem_event::ElemEvent;
pub use elem_extension::ElemExtension;
pub use elem_extension::ExtensionValue;
pub use elem_interest_change::ElemInterestChange;
pub use elem_parameter::ElemParameter;
pub use elem_principal_change::ElemPrincipalChange;
pub use elem_statistic_helper::ElemStatisticHelper;
pub use elem_statistic_value::ElemStatisticValue;
pub use elem_summary::ElemSummary;
pub use elem_symbol::ElemSymbol;
pub use list_amortization::ListAmortization;
pub use list_column::ListColumn;
pub use list_descriptor::ListDescriptor;
pub use list_event::ListEvent;
pub use list_parameter::ListParameter;
pub use list_statistic_helper::ListStatisticHelper;
pub use list_summary::ListSummary;
pub use map_symbol::MapSymbol;

Modules

The core manager element.

The core utility methods.

The amortization cashflow element.

Result definition of the last call to balance the cashflow.

The column element definition.

The current value definition of an event.

The descriptor element definition.

The event element definition.

The extension element and enumeration value of an event.

The interest change definition of an event.

The parameter element definition.

The principal change definition of an event.

The statistic helper definition.

The statistic value definition of an event.

Element summary definition.

The symbol element definition.

List of amortization elements in the cashflow.

List of columns element.

List of descriptors.

List of events comprising a cashflow.

List of parameters.

List of active statistic elements.

List of summary items.

The AmFn symbol table.