This file contains hidden or 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
from class_valuation_calculus import valuation_calculus as valuation | |
#Método main para ejecución de valoración | |
def main(): | |
variable_iterate_process = True | |
valuation_object=valuation() | |
while ( variable_iterate_process ==True): | |
valuation_object.construct_info_need_valuate() | |
valuation_object.parameters_calculation_binomial_case() |