GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

Use for the next six questions. Florida Commercial Bank (FCB…

Use for the next six questions. Florida Commercial Bank (FCB) has assets of $600 million, liabilities of $525 million, and equity of $75 million. The average duration of its asset portfolio is 10 years and that for the portfolio of liabilities is 6 years. Market interest rates are 8%. FCB wishes to hedge its balance sheet with Treasury bond futures contracts. The futures contracts are currently quoted at 97-13 and have $100,000 face value. The benchmark long-term bond underlying the futures contract has a 7% coupon rate, a market yield of 7.25%, and a duration of 10.93 years. FCB has a leverage-adjusted duration gap of  ___________years and needs to _____________ futures contracts in order to hedge.

Read Details

What is the best restaurant?

What is the best restaurant?

Read Details

Suppose the input is 2 3 4 5 0. What is the output of the fo…

Suppose the input is 2 3 4 5 0. What is the output of the following code? import java.util.Scanner; public class Test { public static void main(String[] args) {   Scanner input = new Scanner(System.in);      int number, max;   number = input.nextInt();   max = number;    while (number != 0) {     number = input.nextInt();     if (number > max)       max = number;   }    System.out.println(“max is ” + max);   System.out.println(“number ” + number); }}

Read Details

For the simple logistic regression model : Which of the fol…

For the simple logistic regression model : Which of the following is TRUE? 

Read Details

Dunning and Pereta (2010) found that eyewitnesses were most…

Dunning and Pereta (2010) found that eyewitnesses were most likely to correctly identify the perpetrator if they make the identification ___.

Read Details

Eyewitnesses are more likely to make correct lineup identifi…

Eyewitnesses are more likely to make correct lineup identifications if they view photos ___.

Read Details

The likelihood of aggressive acts is highest if individuals…

The likelihood of aggressive acts is highest if individuals experience ____.

Read Details

Analyze the following code.public class Test {  public stati…

Analyze the following code.public class Test {  public static void main(String[] args) {    System.out.println(max(1, 2));  }  public static double max(int num1, double num2) {    System.out.println(“max(int, double) is invoked”);    if (num1 > num2)      return num1;    else      return num2;  }    public static double max(double num1, int num2) {    System.out.println(“max(double, int) is invoked”);    if (num1 > num2)      return num1;    else      return num2;  }}

Read Details

When set to the diode check setting on the DMM, what will th…

When set to the diode check setting on the DMM, what will the meter indicate if you forward bias the diode?

Read Details

Running a Box-Cox Power Transformation yields the following…

Running a Box-Cox Power Transformation yields the following R output bcPower Transformation to Normality Est Power Rounded Pwr Wald Lwr Bnd Wald Upr Bnd Y1 1.1634 1 0.5138 1.813 Likelihood ratio test that transformation parameter is equal to 0 (log transformation) LRT df pval LR test, lambda = (0) 15.10631 1 0.00010162 Likelihood ratio test that no transformation is needed LRT df pval LR test, lambda = (1) 0.2525532 1 0.61528   Which of the following is a conclusion that could be made?    

Read Details

Posts pagination

Newer posts 1 … 37,368 37,369 37,370 37,371 37,372 … 77,050 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top