UpdateFundRate: {
    effectiveFromInclusive?: null | Date;
    effectiveToExclusive: Date;
    id: string;
    rate: Decimal;
}

Type declaration

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