Search Results for

    Show / Hide Table of Contents

    Interface IInstrumentCapitalAccountDataSetting

    The system entity for an instrument capital account data setting

    See https://help.lemonedge.com/help/settings/financial-services-transactions/capital-account-data/intro.html/ for more information

    Inherited Members
    IBaseEntity.GetLabel(string)
    IBaseEntity.SetLabel(string, string)
    IBaseEntity.SetSilentLabel(string, string)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.AlgorithmStepID
    IBaseEntity.SafeID
    IEquatable<IBaseEntity>.Equals(IBaseEntity)
    INotifyPropertyChanged.PropertyChanged
    INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(object)
    ICloneableAsync.CopyFromSource(object)
    ICanTrackProperties.HasTrackedPropertyChanged(string)
    ICanTrackProperties.OriginalTrackedPropertyValue(string)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(string)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    Namespace: LemonEdge.API.Entities.FinancialServices.Accounting
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    [EntityDefinition(EntityID.InstrumentCapitalAccountDataSetting, "dbo.LT_InstrumentCapitalAccountDataSettings", "InstrumentCapitalAccountDataSetting", IsStandingDataEntity = false, HelpURL = "help/settings/financial-services-transactions/capital-account-data/intro.html")]
    [DefaultEntityIcon(ImageType.Contract)]
    public interface IInstrumentCapitalAccountDataSetting : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    CapitalAccountDataSplitOverride

    Indicates the Rule used to allocate the Transaction Values through the Allocation Path can use either of these Values: A amount, or B amount

    Declaration
    [EntityProperty(SQLType.SmallInt, true)]
    [EntityDescription("Overrides the default split to use when allocating amounts from this instrument in capital account data generation for period ends.")]
    AllocationType? CapitalAccountDataSplitOverride { get; set; }
    Property Value
    Type Description
    AllocationType?

    ExcludeFromCapitalAccountData

    Indicates all Transactions against this Instrument should be excluded from Period End calculations

    Declaration
    [EntityProperty(SQLType.Bit, false)]
    [EntityDescription("Indicates if this instrument should be excuded from capital account dataitem generation. By default all instruments are included.")]
    bool ExcludeFromCapitalAccountData { get; set; }
    Property Value
    Type Description
    bool

    InstrumentID

    [Key] Links to IInstrument. The Instrument to modify the default behavior for when Transactions against it are processed in a Period End calculation.

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.Instrument, "ID", SingleJoinType.One, "Instrument", "Instrument Period End Data Settings", DeleteWithRelationship = true, PartOfParentSet = true)]
    [RequiredNoDefaultIDValidation]
    [EntityKeyProperty]
    [EntityDescription("The instrument these settings apply to for period end capital account data generation.")]
    Guid InstrumentID { get; set; }
    Property Value
    Type Description
    Guid

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    IPeriodEnd
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.