All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.cdm.product.asset.FixedRateSpecification.py Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
# pylint: disable=line-too-long, invalid-name, missing-function-docstring
# pylint: disable=bad-indentation, trailing-whitespace, superfluous-parens
# pylint: disable=wrong-import-position, unused-import, unused-wildcard-import
# pylint: disable=wildcard-import, wrong-import-order, missing-class-docstring
# pylint: disable=missing-module-docstring
from __future__ import annotations
from typing import List, Optional
import datetime
import inspect
from decimal import Decimal
from pydantic import Field
from rosetta.runtime.utils import (
    BaseDataClass, rosetta_condition, rosetta_resolve_attr
)
from rosetta.runtime.utils import *

__all__ = ['FixedRateSpecification']


class FixedRateSpecification(BaseDataClass):
    """
    Type defining the specification for a fixed rate.
    """
    rateSchedule: Optional[cdm.product.common.schedule.RateSchedule.RateSchedule] = Field(None, description="The fixed rate or fixed rate schedule expressed as explicit fixed rates and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.")
    """
    The fixed rate or fixed rate schedule expressed as explicit fixed rates and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.
    """

import cdm 
import cdm.product.common.schedule.RateSchedule




© 2015 - 2025 Weber Informatics LLC | Privacy Policy