CreateFundRate: {
    effectiveFromInclusive?: null | Date;
    effectiveToExclusive: Date;
    productId: string;
    rate: Decimal;
}

Type declaration

  • OptionaleffectiveFromInclusive?: null | Date
  • effectiveToExclusive: Date
  • productId: string
  • rate: Decimal