i05nagai/mafipy

View on GitHub

Showing 207 of 1,119 total issues

Function black_scholes_call_value_third_by_strike has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def black_scholes_call_value_third_by_strike(
Severity: Minor
Found in mafipy/function/black_scholes.py - About 35 mins to fix

    Function black_payers_swaption_volga has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def black_payers_swaption_volga(
    Severity: Minor
    Found in mafipy/function/black.py - About 35 mins to fix

      Function black_swaption_pdf has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def black_swaption_pdf(
      Severity: Minor
      Found in mafipy/function/black.py - About 35 mins to fix

        Function test_make_pdf_fprime_black_swaption has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def test_make_pdf_fprime_black_swaption(self,
        Severity: Minor
        Found in mafipy/replication/tests/test_pricer_quanto_cms.py - About 35 mins to fix

          Function test_black_scholes_put_formula has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def test_black_scholes_put_formula(
          Severity: Minor
          Found in mafipy/function/tests/test_black_scholes.py - About 35 mins to fix

            Function test_black_payers_swaption_value_fhess_by_strike has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def test_black_payers_swaption_value_fhess_by_strike(self,
            Severity: Minor
            Found in mafipy/function/tests/test_black.py - About 35 mins to fix

              Function test_black_scholes_call_volga has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def test_black_scholes_call_volga(
              Severity: Minor
              Found in mafipy/function/tests/test_black_scholes.py - About 35 mins to fix

                Function test_make_cdf_black_swaption has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def test_make_cdf_black_swaption(self,
                Severity: Minor
                Found in mafipy/replication/tests/test_pricer_quanto_cms.py - About 35 mins to fix

                  Function test_model_black_payers_swaption_delta has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      def test_model_black_payers_swaption_delta(self,
                  Severity: Minor
                  Found in mafipy/function/tests/test_black.py - About 35 mins to fix

                    Function black_scholes_call_formula has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    def black_scholes_call_formula(underlying, strike, rate, maturity, vol):
                    Severity: Minor
                    Found in mafipy/function/black_scholes.py - About 35 mins to fix

                      Function black_scholes_call_value_fprime_by_strike has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      def black_scholes_call_value_fprime_by_strike(
                      Severity: Minor
                      Found in mafipy/function/black_scholes.py - About 35 mins to fix

                        Function black_swaption_cdf has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def black_swaption_cdf(
                        Severity: Minor
                        Found in mafipy/function/black.py - About 35 mins to fix

                          Function test_black_payers_swaption_value has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              def test_black_payers_swaption_value(self,
                          Severity: Minor
                          Found in mafipy/function/tests/test_black.py - About 35 mins to fix

                            Function black_receivers_swaption_value has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                            def black_receivers_swaption_value(
                            Severity: Minor
                            Found in mafipy/function/black.py - About 35 mins to fix

                              Function black_payers_swaption_vega_fprime_by_strike has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                              def black_payers_swaption_vega_fprime_by_strike(
                              Severity: Minor
                              Found in mafipy/function/black.py - About 35 mins to fix

                                Function d_fhess_by_strike has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                def d_fhess_by_strike(underlying, strike, rate, maturity, vol):
                                Severity: Minor
                                Found in mafipy/function/black_scholes.py - About 35 mins to fix

                                  Function test_func_d1 has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def test_func_d1(self, underlying, strike, rate, maturity, vol):
                                  Severity: Minor
                                  Found in mafipy/function/tests/test_black_scholes.py - About 35 mins to fix

                                    Function test_black_receivers_swaption_value has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        def test_black_receivers_swaption_value(self,
                                    Severity: Minor
                                    Found in mafipy/function/tests/test_black.py - About 35 mins to fix

                                      Function test_model_black_payers_swaption_vega_fprime_by_strike has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          def test_model_black_payers_swaption_vega_fprime_by_strike(
                                      Severity: Minor
                                      Found in mafipy/function/tests/test_black.py - About 35 mins to fix

                                        Function black_scholes_call_volga has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                        def black_scholes_call_volga(underlying, strike, rate, maturity, vol):
                                        Severity: Minor
                                        Found in mafipy/function/black_scholes.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language