Class WorkbookFunctionsOddFYieldParameterSet

java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsOddFYieldParameterSet

public class WorkbookFunctionsOddFYieldParameterSet extends Object
The class for the Workbook Functions Odd FYield Parameter Set.
  • Field Details

    • settlement

      @SerializedName(value="settlement", alternate="Settlement") @Expose @Nullable public com.google.gson.JsonElement settlement
      The settlement.
    • maturity

      @SerializedName(value="maturity", alternate="Maturity") @Expose @Nullable public com.google.gson.JsonElement maturity
      The maturity.
    • issue

      @SerializedName(value="issue", alternate="Issue") @Expose @Nullable public com.google.gson.JsonElement issue
      The issue.
    • firstCoupon

      @SerializedName(value="firstCoupon", alternate="FirstCoupon") @Expose @Nullable public com.google.gson.JsonElement firstCoupon
      The first Coupon.
    • rate

      @SerializedName(value="rate", alternate="Rate") @Expose @Nullable public com.google.gson.JsonElement rate
      The rate.
    • pr

      @SerializedName(value="pr", alternate="Pr") @Expose @Nullable public com.google.gson.JsonElement pr
      The pr.
    • redemption

      @SerializedName(value="redemption", alternate="Redemption") @Expose @Nullable public com.google.gson.JsonElement redemption
      The redemption.
    • frequency

      @SerializedName(value="frequency", alternate="Frequency") @Expose @Nullable public com.google.gson.JsonElement frequency
      The frequency.
    • basis

      @SerializedName(value="basis", alternate="Basis") @Expose @Nullable public com.google.gson.JsonElement basis
      The basis.
  • Constructor Details

    • WorkbookFunctionsOddFYieldParameterSet

      public WorkbookFunctionsOddFYieldParameterSet()
      Instiaciates a new WorkbookFunctionsOddFYieldParameterSet
    • WorkbookFunctionsOddFYieldParameterSet

      protected WorkbookFunctionsOddFYieldParameterSet(@Nonnull WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder builder)
      Instiaciates a new WorkbookFunctionsOddFYieldParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details